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

models.amplify-2017-07-25-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" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "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" : [ "listApps" ]
  },
  "metadata" : {
    "apiVersion" : "2017-07-25",
    "asyncBuilder" : "DefaultAmplifyAsyncClientBuilder",
    "asyncBuilderInterface" : "AmplifyAsyncClientBuilder",
    "asyncClient" : "DefaultAmplifyAsyncClient",
    "asyncInterface" : "AmplifyAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultAmplifyBaseClientBuilder",
    "baseBuilderInterface" : "AmplifyBaseClientBuilder",
    "baseExceptionName" : "AmplifyException",
    "baseRequestName" : "AmplifyRequest",
    "baseResponseName" : "AmplifyResponse",
    "cborProtocol" : false,
    "clientPackageName" : "amplify",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amplify",
    "documentation" : "

Amplify is a fully managed continuous deployment and hosting service for modern web apps.

", "endpointPrefix" : "amplify", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.amplify", "fullModelPackageName" : "software.amazon.awssdk.services.amplify.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.amplify.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.amplify.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.amplify.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "amplify.model", "paginatorsPackageName" : "amplify.paginators", "protocol" : "rest-json", "queryProtocol" : false, "requestTransformPackageName" : "amplify.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Amplify", "serviceName" : "Amplify", "signingName" : "amplify", "syncBuilder" : "DefaultAmplifyClientBuilder", "syncBuilderInterface" : "AmplifyClientBuilder", "syncClient" : "DefaultAmplifyClient", "syncInterface" : "AmplifyClient", "transformPackageName" : "amplify.transform", "uid" : "amplify-2017-07-25", "xmlProtocol" : false }, "operations" : { "CreateApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateAppRequest", "variableName" : "createAppRequest", "variableType" : "CreateAppRequest", "documentation" : "

Request structure used to create Apps in Amplify.

", "simpleType" : "CreateAppRequest", "variableSetterType" : "CreateAppRequest" }, "methodName" : "createApp", "operationName" : "CreateApp", "paginated" : false, "returnType" : { "returnType" : "CreateAppResponse", "documentation" : null }, "syncReturnType" : "CreateAppResponse" }, "CreateBackendEnvironment" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new backend environment for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateBackendEnvironmentRequest", "variableName" : "createBackendEnvironmentRequest", "variableType" : "CreateBackendEnvironmentRequest", "documentation" : "

Request structure for a backend environment create request.

", "simpleType" : "CreateBackendEnvironmentRequest", "variableSetterType" : "CreateBackendEnvironmentRequest" }, "methodName" : "createBackendEnvironment", "operationName" : "CreateBackendEnvironment", "paginated" : false, "returnType" : { "returnType" : "CreateBackendEnvironmentResponse", "documentation" : "

Result structure for create backend environment.

" }, "syncReturnType" : "CreateBackendEnvironmentResponse" }, "CreateBranch" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new Branch for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateBranchRequest", "variableName" : "createBranchRequest", "variableType" : "CreateBranchRequest", "documentation" : "

Request structure for a branch create request.

", "simpleType" : "CreateBranchRequest", "variableSetterType" : "CreateBranchRequest" }, "methodName" : "createBranch", "operationName" : "CreateBranch", "paginated" : false, "returnType" : { "returnType" : "CreateBranchResponse", "documentation" : "

Result structure for create branch request.

" }, "syncReturnType" : "CreateBranchResponse" }, "CreateDeployment" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a deployment for manual deploy apps. (Apps are not connected to repository)

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDeploymentRequest", "variableName" : "createDeploymentRequest", "variableType" : "CreateDeploymentRequest", "documentation" : "

Request structure for create a new deployment.

", "simpleType" : "CreateDeploymentRequest", "variableSetterType" : "CreateDeploymentRequest" }, "methodName" : "createDeployment", "operationName" : "CreateDeployment", "paginated" : false, "returnType" : { "returnType" : "CreateDeploymentResponse", "documentation" : "

Result structure for create a new deployment.

" }, "syncReturnType" : "CreateDeploymentResponse" }, "CreateDomainAssociation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new DomainAssociation on an App

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDomainAssociationRequest", "variableName" : "createDomainAssociationRequest", "variableType" : "CreateDomainAssociationRequest", "documentation" : "

Request structure for create Domain Association request.

", "simpleType" : "CreateDomainAssociationRequest", "variableSetterType" : "CreateDomainAssociationRequest" }, "methodName" : "createDomainAssociation", "operationName" : "CreateDomainAssociation", "paginated" : false, "returnType" : { "returnType" : "CreateDomainAssociationResponse", "documentation" : "

Result structure for the create Domain Association request.

" }, "syncReturnType" : "CreateDomainAssociationResponse" }, "CreateWebhook" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new webhook on an App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateWebhookRequest", "variableName" : "createWebhookRequest", "variableType" : "CreateWebhookRequest", "documentation" : "

Request structure for create webhook request.

", "simpleType" : "CreateWebhookRequest", "variableSetterType" : "CreateWebhookRequest" }, "methodName" : "createWebhook", "operationName" : "CreateWebhook", "paginated" : false, "returnType" : { "returnType" : "CreateWebhookResponse", "documentation" : "

Result structure for the create webhook request.

" }, "syncReturnType" : "CreateWebhookResponse" }, "DeleteApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete an existing Amplify App by appId.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAppRequest", "variableName" : "deleteAppRequest", "variableType" : "DeleteAppRequest", "documentation" : "

Request structure for an Amplify App delete request.

", "simpleType" : "DeleteAppRequest", "variableSetterType" : "DeleteAppRequest" }, "methodName" : "deleteApp", "operationName" : "DeleteApp", "paginated" : false, "returnType" : { "returnType" : "DeleteAppResponse", "documentation" : "

Result structure for an Amplify App delete request.

" }, "syncReturnType" : "DeleteAppResponse" }, "DeleteBackendEnvironment" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete backend environment for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteBackendEnvironmentRequest", "variableName" : "deleteBackendEnvironmentRequest", "variableType" : "DeleteBackendEnvironmentRequest", "documentation" : "

Request structure for delete backend environment request.

", "simpleType" : "DeleteBackendEnvironmentRequest", "variableSetterType" : "DeleteBackendEnvironmentRequest" }, "methodName" : "deleteBackendEnvironment", "operationName" : "DeleteBackendEnvironment", "paginated" : false, "returnType" : { "returnType" : "DeleteBackendEnvironmentResponse", "documentation" : "

Result structure of a delete backend environment result.

" }, "syncReturnType" : "DeleteBackendEnvironmentResponse" }, "DeleteBranch" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a branch for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteBranchRequest", "variableName" : "deleteBranchRequest", "variableType" : "DeleteBranchRequest", "documentation" : "

Request structure for delete branch request.

", "simpleType" : "DeleteBranchRequest", "variableSetterType" : "DeleteBranchRequest" }, "methodName" : "deleteBranch", "operationName" : "DeleteBranch", "paginated" : false, "returnType" : { "returnType" : "DeleteBranchResponse", "documentation" : "

Result structure for delete branch request.

" }, "syncReturnType" : "DeleteBranchResponse" }, "DeleteDomainAssociation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a DomainAssociation.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDomainAssociationRequest", "variableName" : "deleteDomainAssociationRequest", "variableType" : "DeleteDomainAssociationRequest", "documentation" : "

Request structure for the delete Domain Association request.

", "simpleType" : "DeleteDomainAssociationRequest", "variableSetterType" : "DeleteDomainAssociationRequest" }, "methodName" : "deleteDomainAssociation", "operationName" : "DeleteDomainAssociation", "paginated" : false, "returnType" : { "returnType" : "DeleteDomainAssociationResponse", "documentation" : null }, "syncReturnType" : "DeleteDomainAssociationResponse" }, "DeleteJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Delete a job, for an Amplify branch, part of Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteJobRequest", "variableName" : "deleteJobRequest", "variableType" : "DeleteJobRequest", "documentation" : "

Request structure for delete job request.

", "simpleType" : "DeleteJobRequest", "variableSetterType" : "DeleteJobRequest" }, "methodName" : "deleteJob", "operationName" : "DeleteJob", "paginated" : false, "returnType" : { "returnType" : "DeleteJobResponse", "documentation" : "

Result structure for the delete job request.

" }, "syncReturnType" : "DeleteJobResponse" }, "DeleteWebhook" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a webhook.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteWebhookRequest", "variableName" : "deleteWebhookRequest", "variableType" : "DeleteWebhookRequest", "documentation" : "

Request structure for the delete webhook request.

", "simpleType" : "DeleteWebhookRequest", "variableSetterType" : "DeleteWebhookRequest" }, "methodName" : "deleteWebhook", "operationName" : "DeleteWebhook", "paginated" : false, "returnType" : { "returnType" : "DeleteWebhookResponse", "documentation" : "

Result structure for the delete webhook request.

" }, "syncReturnType" : "DeleteWebhookResponse" }, "GenerateAccessLogs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieve website access logs for a specific time range via a pre-signed URL.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GenerateAccessLogsRequest", "variableName" : "generateAccessLogsRequest", "variableType" : "GenerateAccessLogsRequest", "documentation" : "

Request structure for the generate access logs request.

", "simpleType" : "GenerateAccessLogsRequest", "variableSetterType" : "GenerateAccessLogsRequest" }, "methodName" : "generateAccessLogs", "operationName" : "GenerateAccessLogs", "paginated" : false, "returnType" : { "returnType" : "GenerateAccessLogsResponse", "documentation" : "

Result structure for the generate access logs request.

" }, "syncReturnType" : "GenerateAccessLogsResponse" }, "GetApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves an existing Amplify App by appId.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetAppRequest", "variableName" : "getAppRequest", "variableType" : "GetAppRequest", "documentation" : "

Request structure for get App request.

", "simpleType" : "GetAppRequest", "variableSetterType" : "GetAppRequest" }, "methodName" : "getApp", "operationName" : "GetApp", "paginated" : false, "returnType" : { "returnType" : "GetAppResponse", "documentation" : null }, "syncReturnType" : "GetAppResponse" }, "GetArtifactUrl" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves artifact info that corresponds to a artifactId.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetArtifactUrlRequest", "variableName" : "getArtifactUrlRequest", "variableType" : "GetArtifactUrlRequest", "documentation" : "

Request structure for the get artifact request.

", "simpleType" : "GetArtifactUrlRequest", "variableSetterType" : "GetArtifactUrlRequest" }, "methodName" : "getArtifactUrl", "operationName" : "GetArtifactUrl", "paginated" : false, "returnType" : { "returnType" : "GetArtifactUrlResponse", "documentation" : "

Result structure for the get artifact request.

" }, "syncReturnType" : "GetArtifactUrlResponse" }, "GetBackendEnvironment" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a backend environment for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetBackendEnvironmentRequest", "variableName" : "getBackendEnvironmentRequest", "variableType" : "GetBackendEnvironmentRequest", "documentation" : "

Request structure for get backend environment request.

", "simpleType" : "GetBackendEnvironmentRequest", "variableSetterType" : "GetBackendEnvironmentRequest" }, "methodName" : "getBackendEnvironment", "operationName" : "GetBackendEnvironment", "paginated" : false, "returnType" : { "returnType" : "GetBackendEnvironmentResponse", "documentation" : "

Result structure for get backend environment result.

" }, "syncReturnType" : "GetBackendEnvironmentResponse" }, "GetBranch" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a branch for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetBranchRequest", "variableName" : "getBranchRequest", "variableType" : "GetBranchRequest", "documentation" : "

Request structure for get branch request.

", "simpleType" : "GetBranchRequest", "variableSetterType" : "GetBranchRequest" }, "methodName" : "getBranch", "operationName" : "GetBranch", "paginated" : false, "returnType" : { "returnType" : "GetBranchResponse", "documentation" : null }, "syncReturnType" : "GetBranchResponse" }, "GetDomainAssociation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves domain info that corresponds to an appId and domainName.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetDomainAssociationRequest", "variableName" : "getDomainAssociationRequest", "variableType" : "GetDomainAssociationRequest", "documentation" : "

Request structure for the get Domain Association request.

", "simpleType" : "GetDomainAssociationRequest", "variableSetterType" : "GetDomainAssociationRequest" }, "methodName" : "getDomainAssociation", "operationName" : "GetDomainAssociation", "paginated" : false, "returnType" : { "returnType" : "GetDomainAssociationResponse", "documentation" : "

Result structure for the get Domain Association request.

" }, "syncReturnType" : "GetDomainAssociationResponse" }, "GetJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Get a job for a branch, part of an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetJobRequest", "variableName" : "getJobRequest", "variableType" : "GetJobRequest", "documentation" : "

Request structure for get job request.

", "simpleType" : "GetJobRequest", "variableSetterType" : "GetJobRequest" }, "methodName" : "getJob", "operationName" : "GetJob", "paginated" : false, "returnType" : { "returnType" : "GetJobResponse", "documentation" : null }, "syncReturnType" : "GetJobResponse" }, "GetWebhook" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves webhook info that corresponds to a webhookId.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetWebhookRequest", "variableName" : "getWebhookRequest", "variableType" : "GetWebhookRequest", "documentation" : "

Request structure for the get webhook request.

", "simpleType" : "GetWebhookRequest", "variableSetterType" : "GetWebhookRequest" }, "methodName" : "getWebhook", "operationName" : "GetWebhook", "paginated" : false, "returnType" : { "returnType" : "GetWebhookResponse", "documentation" : "

Result structure for the get webhook request.

" }, "syncReturnType" : "GetWebhookResponse" }, "ListApps" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists existing Amplify Apps.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAppsRequest", "variableName" : "listAppsRequest", "variableType" : "ListAppsRequest", "documentation" : "

Request structure for an Amplify App list request.

", "simpleType" : "ListAppsRequest", "variableSetterType" : "ListAppsRequest" }, "methodName" : "listApps", "operationName" : "ListApps", "paginated" : false, "returnType" : { "returnType" : "ListAppsResponse", "documentation" : "

Result structure for an Amplify App list request.

" }, "syncReturnType" : "ListAppsResponse" }, "ListArtifacts" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List artifacts with an app, a branch, a job and an artifact type.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListArtifactsRequest", "variableName" : "listArtifactsRequest", "variableType" : "ListArtifactsRequest", "documentation" : "

Request structure for the list artifacts request.

", "simpleType" : "ListArtifactsRequest", "variableSetterType" : "ListArtifactsRequest" }, "methodName" : "listArtifacts", "operationName" : "ListArtifacts", "paginated" : false, "returnType" : { "returnType" : "ListArtifactsResponse", "documentation" : "

Result structure for the list artifacts request.

" }, "syncReturnType" : "ListArtifactsResponse" }, "ListBackendEnvironments" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists backend environments for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListBackendEnvironmentsRequest", "variableName" : "listBackendEnvironmentsRequest", "variableType" : "ListBackendEnvironmentsRequest", "documentation" : "

Request structure for list backend environments request.

", "simpleType" : "ListBackendEnvironmentsRequest", "variableSetterType" : "ListBackendEnvironmentsRequest" }, "methodName" : "listBackendEnvironments", "operationName" : "ListBackendEnvironments", "paginated" : false, "returnType" : { "returnType" : "ListBackendEnvironmentsResponse", "documentation" : "

Result structure for list backend environments result.

" }, "syncReturnType" : "ListBackendEnvironmentsResponse" }, "ListBranches" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists branches for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListBranchesRequest", "variableName" : "listBranchesRequest", "variableType" : "ListBranchesRequest", "documentation" : "

Request structure for list branches request.

", "simpleType" : "ListBranchesRequest", "variableSetterType" : "ListBranchesRequest" }, "methodName" : "listBranches", "operationName" : "ListBranches", "paginated" : false, "returnType" : { "returnType" : "ListBranchesResponse", "documentation" : "

Result structure for list branches request.

" }, "syncReturnType" : "ListBranchesResponse" }, "ListDomainAssociations" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List domains with an app

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListDomainAssociationsRequest", "variableName" : "listDomainAssociationsRequest", "variableType" : "ListDomainAssociationsRequest", "documentation" : "

Request structure for the list Domain Associations request.

", "simpleType" : "ListDomainAssociationsRequest", "variableSetterType" : "ListDomainAssociationsRequest" }, "methodName" : "listDomainAssociations", "operationName" : "ListDomainAssociations", "paginated" : false, "returnType" : { "returnType" : "ListDomainAssociationsResponse", "documentation" : "

Result structure for the list Domain Association request.

" }, "syncReturnType" : "ListDomainAssociationsResponse" }, "ListJobs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

List Jobs for a branch, part of an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListJobsRequest", "variableName" : "listJobsRequest", "variableType" : "ListJobsRequest", "documentation" : "

Request structure for list job request.

", "simpleType" : "ListJobsRequest", "variableSetterType" : "ListJobsRequest" }, "methodName" : "listJobs", "operationName" : "ListJobs", "paginated" : false, "returnType" : { "returnType" : "ListJobsResponse", "documentation" : "

Maximum number of records to list in a single response.

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

List tags for resource.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to non-existent resource.

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

Request structure used to list tags for resource.

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

Response for list tags.

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

List webhooks with an app.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListWebhooksRequest", "variableName" : "listWebhooksRequest", "variableType" : "ListWebhooksRequest", "documentation" : "

Request structure for the list webhooks request.

", "simpleType" : "ListWebhooksRequest", "variableSetterType" : "ListWebhooksRequest" }, "methodName" : "listWebhooks", "operationName" : "ListWebhooks", "paginated" : false, "returnType" : { "returnType" : "ListWebhooksResponse", "documentation" : "

Result structure for the list webhooks request.

" }, "syncReturnType" : "ListWebhooksResponse" }, "StartDeployment" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Start a deployment for manual deploy apps. (Apps are not connected to repository)

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartDeploymentRequest", "variableName" : "startDeploymentRequest", "variableType" : "StartDeploymentRequest", "documentation" : "

Request structure for start a deployment.

", "simpleType" : "StartDeploymentRequest", "variableSetterType" : "StartDeploymentRequest" }, "methodName" : "startDeployment", "operationName" : "StartDeployment", "paginated" : false, "returnType" : { "returnType" : "StartDeploymentResponse", "documentation" : "

Result structure for start a deployment.

" }, "syncReturnType" : "StartDeploymentResponse" }, "StartJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts a new job for a branch, part of an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartJobRequest", "variableName" : "startJobRequest", "variableType" : "StartJobRequest", "documentation" : "

Request structure for Start job request.

", "simpleType" : "StartJobRequest", "variableSetterType" : "StartJobRequest" }, "methodName" : "startJob", "operationName" : "StartJob", "paginated" : false, "returnType" : { "returnType" : "StartJobResponse", "documentation" : "

Result structure for run job request.

" }, "syncReturnType" : "StartJobResponse" }, "StopJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Stop a job that is in progress, for an Amplify branch, part of Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when a resource could not be created because of service limits.

", "httpStatusCode" : 429 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopJobRequest", "variableName" : "stopJobRequest", "variableType" : "StopJobRequest", "documentation" : "

Request structure for stop job request.

", "simpleType" : "StopJobRequest", "variableSetterType" : "StopJobRequest" }, "methodName" : "stopJob", "operationName" : "StopJob", "paginated" : false, "returnType" : { "returnType" : "StopJobResponse", "documentation" : "

Result structure for the stop job request.

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

Tag resource with tag key and value.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to non-existent resource.

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

Request structure used to tag resource.

", "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "methodName" : "tagResource", "operationName" : "TagResource", "paginated" : false, "returnType" : { "returnType" : "TagResourceResponse", "documentation" : "

Response for tag resource.

" }, "syncReturnType" : "TagResourceResponse" }, "UntagResource" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Untag resource with resourceArn.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to non-existent resource.

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

Request structure used to untag resource.

", "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "methodName" : "untagResource", "operationName" : "UntagResource", "paginated" : false, "returnType" : { "returnType" : "UntagResourceResponse", "documentation" : "

Response for untag resource.

" }, "syncReturnType" : "UntagResourceResponse" }, "UpdateApp" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when an operation fails due to a lack of access.

", "httpStatusCode" : 401 }, { "exceptionName" : "InternalFailureException", "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAppRequest", "variableName" : "updateAppRequest", "variableType" : "UpdateAppRequest", "documentation" : "

Request structure for update App request.

", "simpleType" : "UpdateAppRequest", "variableSetterType" : "UpdateAppRequest" }, "methodName" : "updateApp", "operationName" : "UpdateApp", "paginated" : false, "returnType" : { "returnType" : "UpdateAppResponse", "documentation" : "

Result structure for an Amplify App update request.

" }, "syncReturnType" : "UpdateAppResponse" }, "UpdateBranch" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a branch for an Amplify App.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateBranchRequest", "variableName" : "updateBranchRequest", "variableType" : "UpdateBranchRequest", "documentation" : "

Request structure for update branch request.

", "simpleType" : "UpdateBranchRequest", "variableSetterType" : "UpdateBranchRequest" }, "methodName" : "updateBranch", "operationName" : "UpdateBranch", "paginated" : false, "returnType" : { "returnType" : "UpdateBranchResponse", "documentation" : "

Result structure for update branch request.

" }, "syncReturnType" : "UpdateBranchResponse" }, "UpdateDomainAssociation" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new DomainAssociation on an App

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateDomainAssociationRequest", "variableName" : "updateDomainAssociationRequest", "variableType" : "UpdateDomainAssociationRequest", "documentation" : "

Request structure for update Domain Association request.

", "simpleType" : "UpdateDomainAssociationRequest", "variableSetterType" : "UpdateDomainAssociationRequest" }, "methodName" : "updateDomainAssociation", "operationName" : "UpdateDomainAssociation", "paginated" : false, "returnType" : { "returnType" : "UpdateDomainAssociationResponse", "documentation" : "

Result structure for the update Domain Association request.

" }, "syncReturnType" : "UpdateDomainAssociationResponse" }, "UpdateWebhook" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Update a webhook.

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

Exception thrown when a request contains unexpected data.

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

Exception thrown when an operation fails due to a lack of access.

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

Exception thrown when an entity has not been found during an operation.

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

Exception thrown when the service fails to perform an operation due to an internal issue.

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

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "httpStatusCode" : 503 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateWebhookRequest", "variableName" : "updateWebhookRequest", "variableType" : "UpdateWebhookRequest", "documentation" : "

Request structure for update webhook request.

", "simpleType" : "UpdateWebhookRequest", "variableSetterType" : "UpdateWebhookRequest" }, "methodName" : "updateWebhook", "operationName" : "UpdateWebhook", "paginated" : false, "returnType" : { "returnType" : "UpdateWebhookResponse", "documentation" : "

Result structure for the update webhook request.

" }, "syncReturnType" : "UpdateWebhookResponse" } }, "shapes" : { "App" : { "c2jName" : "App", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Amplify App represents different branches of a repository for building, deploying, and hosting.

", "endpointDiscovery" : 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" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Amplify App.

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

Unique Id for the Amplify App.

\n@return Unique Id for the Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for the Amplify App.

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

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for the Amplify App.

\n@return Unique Id for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppArn", "beanStyleSetterMethodName" : "setAppArn", "c2jName" : "appArn", "c2jShape" : "AppArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the Amplify App.

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

ARN for the Amplify App.

\n@return ARN for the Amplify App.\n@deprecated Use {@link #appArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appArn(String)}\n", "documentation" : "

ARN for the Amplify App.

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

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appArn", "getterDocumentation" : "

ARN for the Amplify App.

\n@return ARN for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppArn", "sensitive" : false, "setterDocumentation" : "

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.", "setterMethodName" : "setAppArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appArn", "variableType" : "String", "documentation" : "

ARN for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for the Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amplify App.

\n@return Name for the Amplify App.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the Amplify App.

\n@param name Name for the Amplify App.\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 Amplify App.

", "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 Amplify App.

\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for the Amplify App.

\n@return Name for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amplify App.

\n@param name Name for the Amplify App.", "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 Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for Amplify App.

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

Tag for Amplify App.

\n

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

\n

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

\n@return Tag for Amplify App.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for Amplify App.

\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for Amplify App.

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

Tag for Amplify App.

\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for Amplify App.

\n

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

\n

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

\n@return Tag for Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for Amplify App.

\n@param tags Tag for Amplify App.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the Amplify App.

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

Description for the Amplify App.

\n@return Description for the Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the Amplify App.

\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the Amplify App.

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

Description for the Amplify App.

\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the Amplify App.

\n@return Description for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the Amplify App.

\n@param description Description for the Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for the Amplify App.

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

Repository for the Amplify App.

\n@return Repository for the Amplify App.\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for the Amplify App.

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

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for the Amplify App.

\n@return Repository for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform for the Amplify App.

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

Platform for the Amplify App.

\n

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

\n@return Platform for the Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform for the Amplify App.

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

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform for the Amplify App.

\n

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

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

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Create date / time for the Amplify App.

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

Create date / time for the Amplify App.

\n@return Create date / time for the Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Create date / time for the Amplify App.

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

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Create date / time for the Amplify App.

\n@return Create date / time for the Amplify App.", "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" : "

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.", "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" : "

Create date / time for the Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Update date / time for the Amplify App.

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

Update date / time for the Amplify App.

\n@return Update date / time for the Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Update date / time for the Amplify App.

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

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Update date / time for the Amplify App.

\n@return Update date / time for the Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Update date / time for the Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

IAM service role ARN for the Amplify App.

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

IAM service role ARN for the Amplify App.

\n@return IAM service role ARN for the Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

IAM service role ARN for the Amplify App.

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

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@return IAM service role ARN for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

IAM service role ARN for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the Amplify App.

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

Environment Variables for the Amplify App.

\n

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

\n

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

\n@return Environment Variables for the Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the Amplify App.

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

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the Amplify App.

\n

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

\n

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

\n@return Environment Variables for the Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultDomain", "beanStyleSetterMethodName" : "setDefaultDomain", "c2jName" : "defaultDomain", "c2jShape" : "DefaultDomain", "defaultConsumerFluentSetterDocumentation" : "

Default domain for the Amplify App.

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

Default domain for the Amplify App.

\n@return Default domain for the Amplify App.\n@deprecated Use {@link #defaultDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultDomain(String)}\n", "documentation" : "

Default domain for the Amplify App.

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

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultDomain", "getterDocumentation" : "

Default domain for the Amplify App.

\n@return Default domain for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultDomain", "sensitive" : false, "setterDocumentation" : "

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.", "setterMethodName" : "setDefaultDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDomain", "variableType" : "String", "documentation" : "

Default domain for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableBranchAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto-building of branches for the Amplify App.

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

Enables auto-building of branches for the Amplify App.

\n@return Enables auto-building of branches for the Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enables auto-building of branches for the Amplify App.

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

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@return Enables auto-building of branches for the Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto-building of branches for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

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

Enables Basic Authorization for branches for the Amplify App.

\n@return Enables Basic Authorization for branches for the Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for branches for the Amplify App.

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

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@return Enables Basic Authorization for branches for the Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for branches for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

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

Basic Authorization credentials for branches for the Amplify App.

\n@return Basic Authorization credentials for branches for the Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for branches for the Amplify App.

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

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@return Basic Authorization credentials for branches for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for branches for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

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

Custom redirect / rewrite rules for the Amplify App.

\n

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

\n

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

\n@return Custom redirect / rewrite rules for the Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom redirect / rewrite rules for the Amplify App.

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

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n

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

\n

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

\n@return Custom redirect / rewrite rules for the Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom redirect / rewrite rules for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProductionBranch", "beanStyleSetterMethodName" : "setProductionBranch", "c2jName" : "productionBranch", "c2jShape" : "ProductionBranch", "defaultConsumerFluentSetterDocumentation" : "

Structure with Production Branch information.

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

Structure with Production Branch information.

\n@return Structure with Production Branch information.\n@deprecated Use {@link #productionBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #productionBranch(ProductionBranch)}\n", "documentation" : "

Structure with Production Branch information.

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

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productionBranch", "getterDocumentation" : "

Structure with Production Branch information.

\n@return Structure with Production Branch information.", "getterModel" : { "returnType" : "ProductionBranch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "productionBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "productionBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ProductionBranch", "sensitive" : false, "setterDocumentation" : "

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.", "setterMethodName" : "setProductionBranch", "setterModel" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : null, "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : "

Structure with Production Branch information.

", "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec content for Amplify App.

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

BuildSpec content for Amplify App.

\n@return BuildSpec content for Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec content for Amplify App.

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

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec content for Amplify App.

\n@return BuildSpec content for Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec content for Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation config for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppArn", "beanStyleSetterMethodName" : "setAppArn", "c2jName" : "appArn", "c2jShape" : "AppArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the Amplify App.

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

ARN for the Amplify App.

\n@return ARN for the Amplify App.\n@deprecated Use {@link #appArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appArn(String)}\n", "documentation" : "

ARN for the Amplify App.

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

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appArn", "getterDocumentation" : "

ARN for the Amplify App.

\n@return ARN for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppArn", "sensitive" : false, "setterDocumentation" : "

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.", "setterMethodName" : "setAppArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appArn", "variableType" : "String", "documentation" : "

ARN for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Amplify App.

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

Unique Id for the Amplify App.

\n@return Unique Id for the Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for the Amplify App.

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

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for the Amplify App.

\n@return Unique Id for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AutoBranchCreationConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation config for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AutoBranchCreationPatterns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

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

Basic Authorization credentials for branches for the Amplify App.

\n@return Basic Authorization credentials for branches for the Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for branches for the Amplify App.

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

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@return Basic Authorization credentials for branches for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for branches for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec content for Amplify App.

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

BuildSpec content for Amplify App.

\n@return BuildSpec content for Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec content for Amplify App.

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

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec content for Amplify App.

\n@return BuildSpec content for Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec content for Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Create date / time for the Amplify App.

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

Create date / time for the Amplify App.

\n@return Create date / time for the Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Create date / time for the Amplify App.

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

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Create date / time for the Amplify App.

\n@return Create date / time for the Amplify App.", "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" : "

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.", "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" : "

Create date / time for the Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomRules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

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

Custom redirect / rewrite rules for the Amplify App.

\n

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

\n

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

\n@return Custom redirect / rewrite rules for the Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom redirect / rewrite rules for the Amplify App.

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

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n

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

\n

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

\n@return Custom redirect / rewrite rules for the Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom redirect / rewrite rules for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DefaultDomain" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultDomain", "beanStyleSetterMethodName" : "setDefaultDomain", "c2jName" : "defaultDomain", "c2jShape" : "DefaultDomain", "defaultConsumerFluentSetterDocumentation" : "

Default domain for the Amplify App.

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

Default domain for the Amplify App.

\n@return Default domain for the Amplify App.\n@deprecated Use {@link #defaultDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultDomain(String)}\n", "documentation" : "

Default domain for the Amplify App.

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

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultDomain", "getterDocumentation" : "

Default domain for the Amplify App.

\n@return Default domain for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultDomain", "sensitive" : false, "setterDocumentation" : "

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.", "setterMethodName" : "setDefaultDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDomain", "variableType" : "String", "documentation" : "

Default domain for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the Amplify App.

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

Description for the Amplify App.

\n@return Description for the Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the Amplify App.

\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the Amplify App.

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

Description for the Amplify App.

\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the Amplify App.

\n@return Description for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the Amplify App.

\n@param description Description for the Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBranchCreation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

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

Enables Basic Authorization for branches for the Amplify App.

\n@return Enables Basic Authorization for branches for the Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for branches for the Amplify App.

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

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@return Enables Basic Authorization for branches for the Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for branches for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBranchAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableBranchAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto-building of branches for the Amplify App.

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

Enables auto-building of branches for the Amplify App.

\n@return Enables auto-building of branches for the Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enables auto-building of branches for the Amplify App.

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

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@return Enables auto-building of branches for the Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto-building of branches for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the Amplify App.

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

Environment Variables for the Amplify App.

\n

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

\n

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

\n@return Environment Variables for the Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the Amplify App.

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

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the Amplify App.

\n

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

\n

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

\n@return Environment Variables for the Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamServiceRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

IAM service role ARN for the Amplify App.

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

IAM service role ARN for the Amplify App.

\n@return IAM service role ARN for the Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

IAM service role ARN for the Amplify App.

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

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@return IAM service role ARN for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

IAM service role ARN for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for the Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amplify App.

\n@return Name for the Amplify App.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the Amplify App.

\n@param name Name for the Amplify App.\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 Amplify App.

", "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 Amplify App.

\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for the Amplify App.

\n@return Name for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amplify App.

\n@param name Name for the Amplify App.", "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 Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Platform" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform for the Amplify App.

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

Platform for the Amplify App.

\n

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

\n@return Platform for the Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform for the Amplify App.

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

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform for the Amplify App.

\n

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

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

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ProductionBranch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProductionBranch", "beanStyleSetterMethodName" : "setProductionBranch", "c2jName" : "productionBranch", "c2jShape" : "ProductionBranch", "defaultConsumerFluentSetterDocumentation" : "

Structure with Production Branch information.

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

Structure with Production Branch information.

\n@return Structure with Production Branch information.\n@deprecated Use {@link #productionBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #productionBranch(ProductionBranch)}\n", "documentation" : "

Structure with Production Branch information.

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

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productionBranch", "getterDocumentation" : "

Structure with Production Branch information.

\n@return Structure with Production Branch information.", "getterModel" : { "returnType" : "ProductionBranch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "productionBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "productionBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ProductionBranch", "sensitive" : false, "setterDocumentation" : "

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.", "setterMethodName" : "setProductionBranch", "setterModel" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : null, "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : "

Structure with Production Branch information.

", "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Repository" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for the Amplify App.

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

Repository for the Amplify App.

\n@return Repository for the Amplify App.\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for the Amplify App.

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

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for the Amplify App.

\n@return Repository for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for Amplify App.

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

Tag for Amplify App.

\n

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

\n

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

\n@return Tag for Amplify App.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for Amplify App.

\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for Amplify App.

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

Tag for Amplify App.

\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for Amplify App.

\n

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

\n

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

\n@return Tag for Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for Amplify App.

\n@param tags Tag for Amplify App.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Update date / time for the Amplify App.

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

Update date / time for the Amplify App.

\n@return Update date / time for the Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Update date / time for the Amplify App.

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

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Update date / time for the Amplify App.

\n@return Update date / time for the Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Update date / time for the Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Amplify App.

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

Unique Id for the Amplify App.

\n@return Unique Id for the Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for the Amplify App.

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

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for the Amplify App.

\n@return Unique Id for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Amplify App.

\n@param appId Unique Id for the Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppArn", "beanStyleSetterMethodName" : "setAppArn", "c2jName" : "appArn", "c2jShape" : "AppArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the Amplify App.

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

ARN for the Amplify App.

\n@return ARN for the Amplify App.\n@deprecated Use {@link #appArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appArn(String)}\n", "documentation" : "

ARN for the Amplify App.

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

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appArn", "getterDocumentation" : "

ARN for the Amplify App.

\n@return ARN for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "appArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppArn", "sensitive" : false, "setterDocumentation" : "

ARN for the Amplify App.

\n@param appArn ARN for the Amplify App.", "setterMethodName" : "setAppArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appArn", "variableType" : "String", "documentation" : "

ARN for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for the Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amplify App.

\n@return Name for the Amplify App.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the Amplify App.

\n@param name Name for the Amplify App.\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 Amplify App.

", "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 Amplify App.

\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for the Amplify App.

\n@return Name for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amplify App.

\n@param name Name for the Amplify App.", "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 Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for Amplify App.

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

Tag for Amplify App.

\n

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

\n

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

\n@return Tag for Amplify App.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for Amplify App.

\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for Amplify App.

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

Tag for Amplify App.

\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for Amplify App.

\n

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

\n

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

\n@return Tag for Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for Amplify App.

\n@param tags Tag for Amplify App.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the Amplify App.

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

Description for the Amplify App.

\n@return Description for the Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the Amplify App.

\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the Amplify App.

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

Description for the Amplify App.

\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the Amplify App.

\n@return Description for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the Amplify App.

\n@param description Description for the Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for the Amplify App.

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

Repository for the Amplify App.

\n@return Repository for the Amplify App.\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for the Amplify App.

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

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for the Amplify App.

\n@return Repository for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for the Amplify App.

\n@param repository Repository for the Amplify App.", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform for the Amplify App.

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

Platform for the Amplify App.

\n

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

\n@return Platform for the Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform for the Amplify App.

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

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform for the Amplify App.

\n

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

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

Platform for the Amplify App.

\n@param platform Platform for the Amplify App.\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Create date / time for the Amplify App.

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

Create date / time for the Amplify App.

\n@return Create date / time for the Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Create date / time for the Amplify App.

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

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Create date / time for the Amplify App.

\n@return Create date / time for the Amplify App.", "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" : "

Create date / time for the Amplify App.

\n@param createTime Create date / time for the Amplify App.", "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" : "

Create date / time for the Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Update date / time for the Amplify App.

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

Update date / time for the Amplify App.

\n@return Update date / time for the Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Update date / time for the Amplify App.

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

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Update date / time for the Amplify App.

\n@return Update date / time for the Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Update date / time for the Amplify App.

\n@param updateTime Update date / time for the Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Update date / time for the Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

IAM service role ARN for the Amplify App.

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

IAM service role ARN for the Amplify App.

\n@return IAM service role ARN for the Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

IAM service role ARN for the Amplify App.

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

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@return IAM service role ARN for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

IAM service role ARN for the Amplify App.

\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

IAM service role ARN for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the Amplify App.

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

Environment Variables for the Amplify App.

\n

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

\n

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

\n@return Environment Variables for the Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the Amplify App.

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

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the Amplify App.

\n

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

\n

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

\n@return Environment Variables for the Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the Amplify App.

\n@param environmentVariables Environment Variables for the Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDefaultDomain", "beanStyleSetterMethodName" : "setDefaultDomain", "c2jName" : "defaultDomain", "c2jShape" : "DefaultDomain", "defaultConsumerFluentSetterDocumentation" : "

Default domain for the Amplify App.

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

Default domain for the Amplify App.

\n@return Default domain for the Amplify App.\n@deprecated Use {@link #defaultDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultDomain(String)}\n", "documentation" : "

Default domain for the Amplify App.

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

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "defaultDomain", "getterDocumentation" : "

Default domain for the Amplify App.

\n@return Default domain for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "defaultDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "defaultDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DefaultDomain", "sensitive" : false, "setterDocumentation" : "

Default domain for the Amplify App.

\n@param defaultDomain Default domain for the Amplify App.", "setterMethodName" : "setDefaultDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultDomain", "variableType" : "String", "documentation" : "

Default domain for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableBranchAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto-building of branches for the Amplify App.

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

Enables auto-building of branches for the Amplify App.

\n@return Enables auto-building of branches for the Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enables auto-building of branches for the Amplify App.

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

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@return Enables auto-building of branches for the Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto-building of branches for the Amplify App.

\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto-building of branches for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

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

Enables Basic Authorization for branches for the Amplify App.

\n@return Enables Basic Authorization for branches for the Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for branches for the Amplify App.

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

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@return Enables Basic Authorization for branches for the Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for branches for the Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for branches for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

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

Basic Authorization credentials for branches for the Amplify App.

\n@return Basic Authorization credentials for branches for the Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for branches for the Amplify App.

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

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@return Basic Authorization credentials for branches for the Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for branches for the Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for branches for the Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

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

Custom redirect / rewrite rules for the Amplify App.

\n

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

\n

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

\n@return Custom redirect / rewrite rules for the Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom redirect / rewrite rules for the Amplify App.

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

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n

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

\n

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

\n@return Custom redirect / rewrite rules for the Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom redirect / rewrite rules for the Amplify App.

\n@param customRules Custom redirect / rewrite rules for the Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom redirect / rewrite rules for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getProductionBranch", "beanStyleSetterMethodName" : "setProductionBranch", "c2jName" : "productionBranch", "c2jShape" : "ProductionBranch", "defaultConsumerFluentSetterDocumentation" : "

Structure with Production Branch information.

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

Structure with Production Branch information.

\n@return Structure with Production Branch information.\n@deprecated Use {@link #productionBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #productionBranch(ProductionBranch)}\n", "documentation" : "

Structure with Production Branch information.

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

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "productionBranch", "getterDocumentation" : "

Structure with Production Branch information.

\n@return Structure with Production Branch information.", "getterModel" : { "returnType" : "ProductionBranch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "productionBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "productionBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ProductionBranch", "sensitive" : false, "setterDocumentation" : "

Structure with Production Branch information.

\n@param productionBranch Structure with Production Branch information.", "setterMethodName" : "setProductionBranch", "setterModel" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : null, "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : "

Structure with Production Branch information.

", "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec content for Amplify App.

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

BuildSpec content for Amplify App.

\n@return BuildSpec content for Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec content for Amplify App.

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

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec content for Amplify App.

\n@return BuildSpec content for Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec content for Amplify App.

\n@param buildSpec BuildSpec content for Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec content for Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation config for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "appArn", "name", "description", "repository", "platform", "createTime", "updateTime", "environmentVariables", "defaultDomain", "enableBranchAutoBuild", "enableBasicAuth" ], "shapeName" : "App", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "wrapper" : false, "xmlNamespace" : null }, "Artifact" : { "c2jName" : "Artifact", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure for artifact.

", "endpointDiscovery" : 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" : "getArtifactFileName", "beanStyleSetterMethodName" : "setArtifactFileName", "c2jName" : "artifactFileName", "c2jShape" : "ArtifactFileName", "defaultConsumerFluentSetterDocumentation" : "

File name for the artifact.

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

File name for the artifact.

\n@return File name for the artifact.\n@deprecated Use {@link #artifactFileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

File name for the artifact.

\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactFileName(String)}\n", "documentation" : "

File name for the artifact.

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

File name for the artifact.

\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactFileName", "getterDocumentation" : "

File name for the artifact.

\n@return File name for the artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactFileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactFileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactFileName", "sensitive" : false, "setterDocumentation" : "

File name for the artifact.

\n@param artifactFileName File name for the artifact.", "setterMethodName" : "setArtifactFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactFileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactFileName", "variableType" : "String", "documentation" : "

File name for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

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

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

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

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ArtifactFileName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactFileName", "beanStyleSetterMethodName" : "setArtifactFileName", "c2jName" : "artifactFileName", "c2jShape" : "ArtifactFileName", "defaultConsumerFluentSetterDocumentation" : "

File name for the artifact.

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

File name for the artifact.

\n@return File name for the artifact.\n@deprecated Use {@link #artifactFileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

File name for the artifact.

\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactFileName(String)}\n", "documentation" : "

File name for the artifact.

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

File name for the artifact.

\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactFileName", "getterDocumentation" : "

File name for the artifact.

\n@return File name for the artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactFileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactFileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactFileName", "sensitive" : false, "setterDocumentation" : "

File name for the artifact.

\n@param artifactFileName File name for the artifact.", "setterMethodName" : "setArtifactFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactFileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactFileName", "variableType" : "String", "documentation" : "

File name for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ArtifactId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

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

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

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

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactFileName", "beanStyleSetterMethodName" : "setArtifactFileName", "c2jName" : "artifactFileName", "c2jShape" : "ArtifactFileName", "defaultConsumerFluentSetterDocumentation" : "

File name for the artifact.

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

File name for the artifact.

\n@return File name for the artifact.\n@deprecated Use {@link #artifactFileName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

File name for the artifact.

\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactFileName(String)}\n", "documentation" : "

File name for the artifact.

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

File name for the artifact.

\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactFileName", "getterDocumentation" : "

File name for the artifact.

\n@return File name for the artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactFileName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactFileName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactFileName", "sensitive" : false, "setterDocumentation" : "

File name for the artifact.

\n@param artifactFileName File name for the artifact.", "setterMethodName" : "setArtifactFileName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactFileName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactFileName", "variableType" : "String", "documentation" : "

File name for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

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

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

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

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

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

Structure with auto branch creation config.

", "endpointDiscovery" : 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" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the auto created branch.

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

Stage for the auto created branch.

\n

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

\n@return Stage for the auto created branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the auto created branch.

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

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the auto created branch.

\n

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

\n@return Stage for the auto created branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the auto created branch.

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

Framework for the auto created branch.

\n@return Framework for the auto created branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the auto created branch.

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

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the auto created branch.

\n@return Framework for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the auto created branch.

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

Enables auto building for the auto created branch.

\n@return Enables auto building for the auto created branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the auto created branch.

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

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the auto created branch.

\n@return Enables auto building for the auto created branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the auto created branch.

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

Environment Variables for the auto created branch.

\n

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

\n

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

\n@return Environment Variables for the auto created branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the auto created branch.

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

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the auto created branch.

\n

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

\n

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

\n@return Environment Variables for the auto created branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the auto created branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the auto created branch.

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

Basic Authorization credentials for the auto created branch.

\n@return Basic Authorization credentials for the auto created branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the auto created branch.

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

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@return Basic Authorization credentials for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the auto created branch.

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

Enables Basic Auth for the auto created branch.

\n@return Enables Basic Auth for the auto created branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the auto created branch.

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

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@return Enables Basic Auth for the auto created branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the auto created branch.

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

BuildSpec for the auto created branch.

\n@return BuildSpec for the auto created branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the auto created branch.

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

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the auto created branch.

\n@return BuildSpec for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for auto created branch.

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

Enables Pull Request Preview for auto created branch.

\n@return Enables Pull Request Preview for auto created branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for auto created branch.

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

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@return Enables Pull Request Preview for auto created branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

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

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the auto created branch.

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

Basic Authorization credentials for the auto created branch.

\n@return Basic Authorization credentials for the auto created branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the auto created branch.

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

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@return Basic Authorization credentials for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the auto created branch.

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

BuildSpec for the auto created branch.

\n@return BuildSpec for the auto created branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the auto created branch.

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

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the auto created branch.

\n@return BuildSpec for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the auto created branch.

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

Enables auto building for the auto created branch.

\n@return Enables auto building for the auto created branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the auto created branch.

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

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the auto created branch.

\n@return Enables auto building for the auto created branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the auto created branch.

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

Enables Basic Auth for the auto created branch.

\n@return Enables Basic Auth for the auto created branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the auto created branch.

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

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@return Enables Basic Auth for the auto created branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnablePullRequestPreview" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for auto created branch.

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

Enables Pull Request Preview for auto created branch.

\n@return Enables Pull Request Preview for auto created branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for auto created branch.

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

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@return Enables Pull Request Preview for auto created branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the auto created branch.

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

Environment Variables for the auto created branch.

\n

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

\n

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

\n@return Environment Variables for the auto created branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the auto created branch.

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

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the auto created branch.

\n

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

\n

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

\n@return Environment Variables for the auto created branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the auto created branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Framework" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the auto created branch.

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

Framework for the auto created branch.

\n@return Framework for the auto created branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the auto created branch.

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

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the auto created branch.

\n@return Framework for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PullRequestEnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

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

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Stage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the auto created branch.

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

Stage for the auto created branch.

\n

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

\n@return Stage for the auto created branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the auto created branch.

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

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the auto created branch.

\n

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

\n@return Stage for the auto created branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the auto created branch.

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

Stage for the auto created branch.

\n

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

\n@return Stage for the auto created branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the auto created branch.

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

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the auto created branch.

\n

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

\n@return Stage for the auto created branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the auto created branch.

\n@param stage Stage for the auto created branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the auto created branch.

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

Framework for the auto created branch.

\n@return Framework for the auto created branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the auto created branch.

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

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the auto created branch.

\n@return Framework for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the auto created branch.

\n@param framework Framework for the auto created branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the auto created branch.

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

Enables auto building for the auto created branch.

\n@return Enables auto building for the auto created branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the auto created branch.

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

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the auto created branch.

\n@return Enables auto building for the auto created branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the auto created branch.

\n@param enableAutoBuild Enables auto building for the auto created branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the auto created branch.

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

Environment Variables for the auto created branch.

\n

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

\n

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

\n@return Environment Variables for the auto created branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the auto created branch.

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

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the auto created branch.

\n

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

\n

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

\n@return Environment Variables for the auto created branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the auto created branch.

\n@param environmentVariables Environment Variables for the auto created branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the auto created branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the auto created branch.

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

Basic Authorization credentials for the auto created branch.

\n@return Basic Authorization credentials for the auto created branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the auto created branch.

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

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@return Basic Authorization credentials for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the auto created branch.

\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the auto created branch.

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

Enables Basic Auth for the auto created branch.

\n@return Enables Basic Auth for the auto created branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the auto created branch.

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

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@return Enables Basic Auth for the auto created branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the auto created branch.

\n@param enableBasicAuth Enables Basic Auth for the auto created branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the auto created branch.

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

BuildSpec for the auto created branch.

\n@return BuildSpec for the auto created branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the auto created branch.

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

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the auto created branch.

\n@return BuildSpec for the auto created branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the auto created branch.

\n@param buildSpec BuildSpec for the auto created branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the auto created branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for auto created branch.

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

Enables Pull Request Preview for auto created branch.

\n@return Enables Pull Request Preview for auto created branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for auto created branch.

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

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@return Enables Pull Request Preview for auto created branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for auto created branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for auto created branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

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

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

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

Backend environment for an Amplify App.

", "endpointDiscovery" : 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" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

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

Arn for a backend environment, part of an Amplify App.

\n@return Arn for a backend environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

Arn for a backend environment, part of an Amplify App.

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

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@return Arn for a backend environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

Arn for a backend environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for a backend environment, part of an Amplify App.

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

Name for a backend environment, part of an Amplify App.

\n@return Name for a backend environment, part of an Amplify App.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for a backend environment, part of an Amplify App.

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

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@return Name for a backend environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for a backend environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

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

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

CloudFormation stack name of backend environment.

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

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

CloudFormation stack name of backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeploymentArtifacts", "beanStyleSetterMethodName" : "setDeploymentArtifacts", "c2jName" : "deploymentArtifacts", "c2jShape" : "DeploymentArtifacts", "defaultConsumerFluentSetterDocumentation" : "

Name of deployment artifacts.

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

Name of deployment artifacts.

\n@return Name of deployment artifacts.\n@deprecated Use {@link #deploymentArtifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deploymentArtifacts(String)}\n", "documentation" : "

Name of deployment artifacts.

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

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deploymentArtifacts", "getterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deploymentArtifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deploymentArtifacts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeploymentArtifacts", "sensitive" : false, "setterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.", "setterMethodName" : "setDeploymentArtifacts", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : "

Name of deployment artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

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

Creation date and time for a backend environment, part of an Amplify App.

\n@return Creation date and time for a backend environment, part of an Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Creation date and time for a backend environment, part of an Amplify App.

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

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@return Creation date and time for a backend environment, part of an Amplify App.", "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" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.", "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" : "

Creation date and time for a backend environment, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

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

Last updated date and time for a backend environment, part of an Amplify App.

\n@return Last updated date and time for a backend environment, part of an Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

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

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@return Last updated date and time for a backend environment, part of an Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BackendEnvironmentArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

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

Arn for a backend environment, part of an Amplify App.

\n@return Arn for a backend environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

Arn for a backend environment, part of an Amplify App.

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

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@return Arn for a backend environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

Arn for a backend environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

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

Creation date and time for a backend environment, part of an Amplify App.

\n@return Creation date and time for a backend environment, part of an Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Creation date and time for a backend environment, part of an Amplify App.

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

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@return Creation date and time for a backend environment, part of an Amplify App.", "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" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.", "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" : "

Creation date and time for a backend environment, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeploymentArtifacts" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeploymentArtifacts", "beanStyleSetterMethodName" : "setDeploymentArtifacts", "c2jName" : "deploymentArtifacts", "c2jShape" : "DeploymentArtifacts", "defaultConsumerFluentSetterDocumentation" : "

Name of deployment artifacts.

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

Name of deployment artifacts.

\n@return Name of deployment artifacts.\n@deprecated Use {@link #deploymentArtifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deploymentArtifacts(String)}\n", "documentation" : "

Name of deployment artifacts.

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

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deploymentArtifacts", "getterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deploymentArtifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deploymentArtifacts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeploymentArtifacts", "sensitive" : false, "setterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.", "setterMethodName" : "setDeploymentArtifacts", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : "

Name of deployment artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for a backend environment, part of an Amplify App.

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

Name for a backend environment, part of an Amplify App.

\n@return Name for a backend environment, part of an Amplify App.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for a backend environment, part of an Amplify App.

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

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@return Name for a backend environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for a backend environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StackName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

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

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

CloudFormation stack name of backend environment.

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

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

CloudFormation stack name of backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

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

Last updated date and time for a backend environment, part of an Amplify App.

\n@return Last updated date and time for a backend environment, part of an Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

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

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@return Last updated date and time for a backend environment, part of an Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

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

Arn for a backend environment, part of an Amplify App.

\n@return Arn for a backend environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

Arn for a backend environment, part of an Amplify App.

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

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@return Arn for a backend environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

Arn for a backend environment, part of an Amplify App.

\n@param backendEnvironmentArn Arn for a backend environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

Arn for a backend environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for a backend environment, part of an Amplify App.

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

Name for a backend environment, part of an Amplify App.

\n@return Name for a backend environment, part of an Amplify App.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for a backend environment, part of an Amplify App.

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

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@return Name for a backend environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for a backend environment, part of an Amplify App.

\n@param environmentName Name for a backend environment, part of an Amplify App.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for a backend environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

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

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

CloudFormation stack name of backend environment.

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

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

CloudFormation stack name of backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeploymentArtifacts", "beanStyleSetterMethodName" : "setDeploymentArtifacts", "c2jName" : "deploymentArtifacts", "c2jShape" : "DeploymentArtifacts", "defaultConsumerFluentSetterDocumentation" : "

Name of deployment artifacts.

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

Name of deployment artifacts.

\n@return Name of deployment artifacts.\n@deprecated Use {@link #deploymentArtifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deploymentArtifacts(String)}\n", "documentation" : "

Name of deployment artifacts.

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

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deploymentArtifacts", "getterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deploymentArtifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deploymentArtifacts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeploymentArtifacts", "sensitive" : false, "setterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.", "setterMethodName" : "setDeploymentArtifacts", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : "

Name of deployment artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

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

Creation date and time for a backend environment, part of an Amplify App.

\n@return Creation date and time for a backend environment, part of an Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Creation date and time for a backend environment, part of an Amplify App.

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

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@return Creation date and time for a backend environment, part of an Amplify App.", "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" : "

Creation date and time for a backend environment, part of an Amplify App.

\n@param createTime Creation date and time for a backend environment, part of an Amplify App.", "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" : "

Creation date and time for a backend environment, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

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

Last updated date and time for a backend environment, part of an Amplify App.

\n@return Last updated date and time for a backend environment, part of an Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

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

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@return Last updated date and time for a backend environment, part of an Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

\n@param updateTime Last updated date and time for a backend environment, part of an Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Last updated date and time for a backend environment, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "backendEnvironmentArn", "environmentName", "createTime", "updateTime" ], "shapeName" : "BackendEnvironment", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "wrapper" : false, "xmlNamespace" : null }, "BadRequestException" : { "c2jName" : "BadRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when a request contains unexpected data.

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

Branch for an Amplify App, which maps to a 3rd party repository branch.

", "endpointDiscovery" : 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" : "getBranchArn", "beanStyleSetterMethodName" : "setBranchArn", "c2jName" : "branchArn", "c2jShape" : "BranchArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a branch, part of an Amplify App.

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

ARN for a branch, part of an Amplify App.

\n@return ARN for a branch, part of an Amplify App.\n@deprecated Use {@link #branchArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchArn(String)}\n", "documentation" : "

ARN for a branch, part of an Amplify App.

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

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchArn", "getterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@return ARN for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchArn", "sensitive" : false, "setterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.", "setterMethodName" : "setBranchArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchArn", "variableType" : "String", "documentation" : "

ARN for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

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

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

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

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a branch, part of an Amplify App.

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

Description for a branch, part of an Amplify App.

\n@return Description for a branch, part of an Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a branch, part of an Amplify App.

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

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@return Description for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for branch for Amplify App.

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

Tag for branch for Amplify App.

\n

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

\n

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

\n@return Tag for branch for Amplify App.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for branch for Amplify App.

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

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for branch for Amplify App.

\n

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

\n

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

\n@return Tag for branch for Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for branch for Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for a branch, part of an Amplify App.

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

Stage for a branch, part of an Amplify App.

\n

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

\n@return Stage for a branch, part of an Amplify App.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for a branch, part of an Amplify App.

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

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n

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

\n@return Stage for a branch, part of an Amplify App.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for a branch, part of an Amplify App.

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

Display name for a branch, will use as the default domain prefix.

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

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

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

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

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

Enables notifications for a branch, part of an Amplify App.

\n@return Enables notifications for a branch, part of an Amplify App.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for a branch, part of an Amplify App.

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

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@return Enables notifications for a branch, part of an Amplify App.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

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

Creation date and time for a branch, part of an Amplify App.

\n@return Creation date and time for a branch, part of an Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Creation date and time for a branch, part of an Amplify App.

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

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

\n@return Creation date and time for a branch, part of an Amplify App.", "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" : "

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.", "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" : "

Creation date and time for a branch, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

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

Last updated date and time for a branch, part of an Amplify App.

\n@return Last updated date and time for a branch, part of an Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Last updated date and time for a branch, part of an Amplify App.

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

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@return Last updated date and time for a branch, part of an Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Last updated date and time for a branch, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

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

Environment Variables specific to a branch, part of an Amplify App.

\n

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

\n

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

\n@return Environment Variables specific to a branch, part of an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables specific to a branch, part of an Amplify App.

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

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n

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

\n

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

\n@return Environment Variables specific to a branch, part of an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables specific to a branch, part of an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

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

Enables auto-building on push for a branch, part of an Amplify App.

\n@return Enables auto-building on push for a branch, part of an Amplify App.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

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

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@return Enables auto-building on push for a branch, part of an Amplify App.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomDomains", "beanStyleSetterMethodName" : "setCustomDomains", "c2jName" : "customDomains", "c2jShape" : "CustomDomains", "defaultConsumerFluentSetterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

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

Custom domains for a branch, part of an Amplify App.

\n

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

\n

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

\n@return Custom domains for a branch, part of an Amplify App.\n@deprecated Use {@link #customDomains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customDomains(List)}\n", "documentation" : "

Custom domains for a branch, part of an Amplify App.

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

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customDomains", "getterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

\n

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

\n

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

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

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.", "setterMethodName" : "setCustomDomains", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customDomains", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customDomains", "variableType" : "java.util.List", "documentation" : "

Custom domains for a branch, part of an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for a branch, part of an Amplify App.

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

Framework for a branch, part of an Amplify App.

\n@return Framework for a branch, part of an Amplify App.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for a branch, part of an Amplify App.

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

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@return Framework for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveJobId", "beanStyleSetterMethodName" : "setActiveJobId", "c2jName" : "activeJobId", "c2jShape" : "ActiveJobId", "defaultConsumerFluentSetterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

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

Id of the active job for a branch, part of an Amplify App.

\n@return Id of the active job for a branch, part of an Amplify App.\n@deprecated Use {@link #activeJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeJobId(String)}\n", "documentation" : "

Id of the active job for a branch, part of an Amplify App.

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

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeJobId", "getterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@return Id of the active job for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activeJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "activeJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActiveJobId", "sensitive" : false, "setterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.", "setterMethodName" : "setActiveJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activeJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activeJobId", "variableType" : "String", "documentation" : "

Id of the active job for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalNumberOfJobs", "beanStyleSetterMethodName" : "setTotalNumberOfJobs", "c2jName" : "totalNumberOfJobs", "c2jShape" : "TotalNumberOfJobs", "defaultConsumerFluentSetterDocumentation" : "

Total number of Jobs part of an Amplify App.

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

Total number of Jobs part of an Amplify App.

\n@return Total number of Jobs part of an Amplify App.\n@deprecated Use {@link #totalNumberOfJobs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNumberOfJobs(String)}\n", "documentation" : "

Total number of Jobs part of an Amplify App.

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

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalNumberOfJobs", "getterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@return Total number of Jobs part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalNumberOfJobs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalNumberOfJobs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TotalNumberOfJobs", "sensitive" : false, "setterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.", "setterMethodName" : "setTotalNumberOfJobs", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "totalNumberOfJobs", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "totalNumberOfJobs", "variableType" : "String", "documentation" : "

Total number of Jobs part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

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

Enables Basic Authorization for a branch, part of an Amplify App.

\n@return Enables Basic Authorization for a branch, part of an Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

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

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@return Enables Basic Authorization for a branch, part of an Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThumbnailUrl", "beanStyleSetterMethodName" : "setThumbnailUrl", "c2jName" : "thumbnailUrl", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "

Thumbnail URL for the branch.

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

Thumbnail URL for the branch.

\n@return Thumbnail URL for the branch.\n@deprecated Use {@link #thumbnailUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thumbnailUrl(String)}\n", "documentation" : "

Thumbnail URL for the branch.

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

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailUrl", "getterDocumentation" : "

Thumbnail URL for the branch.

\n@return Thumbnail URL for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thumbnailUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thumbnailUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThumbnailUrl", "sensitive" : false, "setterDocumentation" : "

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.", "setterMethodName" : "setThumbnailUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : "

Thumbnail URL for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

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

Basic Authorization credentials for a branch, part of an Amplify App.

\n@return Basic Authorization credentials for a branch, part of an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

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

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@return Basic Authorization credentials for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec content for branch for Amplify App.

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

BuildSpec content for branch for Amplify App.

\n@return BuildSpec content for branch for Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec content for branch for Amplify App.

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

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@return BuildSpec content for branch for Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec content for branch for Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

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

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

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

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAssociatedResources", "beanStyleSetterMethodName" : "setAssociatedResources", "c2jName" : "associatedResources", "c2jShape" : "AssociatedResources", "defaultConsumerFluentSetterDocumentation" : "

List of custom resources that are linked to this branch.

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

List of custom resources that are linked to this branch.

\n

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

\n

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

\n@return List of custom resources that are linked to this branch.\n@deprecated Use {@link #associatedResources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatedResources(List)}\n", "documentation" : "

List of custom resources that are linked to this branch.

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

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatedResources", "getterDocumentation" : "

List of custom resources that are linked to this branch.

\n

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

\n

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

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

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.", "setterMethodName" : "setAssociatedResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "associatedResources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "associatedResources", "variableType" : "java.util.List", "documentation" : "

List of custom resources that are linked to this branch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

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

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

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

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

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

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationBranch", "beanStyleSetterMethodName" : "setDestinationBranch", "c2jName" : "destinationBranch", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

The destination branch if the branch is a pull request branch.

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

The destination branch if the branch is a pull request branch.

\n@return The destination branch if the branch is a pull request branch.\n@deprecated Use {@link #destinationBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationBranch(String)}\n", "documentation" : "

The destination branch if the branch is a pull request branch.

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

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationBranch", "getterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@return The destination branch if the branch is a pull request branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationBranch", "sensitive" : false, "setterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.", "setterMethodName" : "setDestinationBranch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationBranch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationBranch", "variableType" : "String", "documentation" : "

The destination branch if the branch is a pull request branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceBranch", "beanStyleSetterMethodName" : "setSourceBranch", "c2jName" : "sourceBranch", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

The source branch if the branch is a pull request branch.

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

The source branch if the branch is a pull request branch.

\n@return The source branch if the branch is a pull request branch.\n@deprecated Use {@link #sourceBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceBranch(String)}\n", "documentation" : "

The source branch if the branch is a pull request branch.

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

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceBranch", "getterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@return The source branch if the branch is a pull request branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sourceBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sourceBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceBranch", "sensitive" : false, "setterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.", "setterMethodName" : "setSourceBranch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceBranch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceBranch", "variableType" : "String", "documentation" : "

The source branch if the branch is a pull request branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

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

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

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

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActiveJobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveJobId", "beanStyleSetterMethodName" : "setActiveJobId", "c2jName" : "activeJobId", "c2jShape" : "ActiveJobId", "defaultConsumerFluentSetterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

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

Id of the active job for a branch, part of an Amplify App.

\n@return Id of the active job for a branch, part of an Amplify App.\n@deprecated Use {@link #activeJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeJobId(String)}\n", "documentation" : "

Id of the active job for a branch, part of an Amplify App.

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

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeJobId", "getterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@return Id of the active job for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activeJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "activeJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActiveJobId", "sensitive" : false, "setterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.", "setterMethodName" : "setActiveJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activeJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activeJobId", "variableType" : "String", "documentation" : "

Id of the active job for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AssociatedResources" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAssociatedResources", "beanStyleSetterMethodName" : "setAssociatedResources", "c2jName" : "associatedResources", "c2jShape" : "AssociatedResources", "defaultConsumerFluentSetterDocumentation" : "

List of custom resources that are linked to this branch.

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

List of custom resources that are linked to this branch.

\n

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

\n

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

\n@return List of custom resources that are linked to this branch.\n@deprecated Use {@link #associatedResources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatedResources(List)}\n", "documentation" : "

List of custom resources that are linked to this branch.

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

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatedResources", "getterDocumentation" : "

List of custom resources that are linked to this branch.

\n

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

\n

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

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

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.", "setterMethodName" : "setAssociatedResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "associatedResources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "associatedResources", "variableType" : "java.util.List", "documentation" : "

List of custom resources that are linked to this branch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BackendEnvironmentArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

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

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

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

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

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

Basic Authorization credentials for a branch, part of an Amplify App.

\n@return Basic Authorization credentials for a branch, part of an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

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

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@return Basic Authorization credentials for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchArn", "beanStyleSetterMethodName" : "setBranchArn", "c2jName" : "branchArn", "c2jShape" : "BranchArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a branch, part of an Amplify App.

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

ARN for a branch, part of an Amplify App.

\n@return ARN for a branch, part of an Amplify App.\n@deprecated Use {@link #branchArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchArn(String)}\n", "documentation" : "

ARN for a branch, part of an Amplify App.

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

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchArn", "getterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@return ARN for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchArn", "sensitive" : false, "setterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.", "setterMethodName" : "setBranchArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchArn", "variableType" : "String", "documentation" : "

ARN for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

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

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

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

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec content for branch for Amplify App.

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

BuildSpec content for branch for Amplify App.

\n@return BuildSpec content for branch for Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec content for branch for Amplify App.

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

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@return BuildSpec content for branch for Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec content for branch for Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

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

Creation date and time for a branch, part of an Amplify App.

\n@return Creation date and time for a branch, part of an Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Creation date and time for a branch, part of an Amplify App.

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

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

\n@return Creation date and time for a branch, part of an Amplify App.", "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" : "

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.", "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" : "

Creation date and time for a branch, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomDomains" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomDomains", "beanStyleSetterMethodName" : "setCustomDomains", "c2jName" : "customDomains", "c2jShape" : "CustomDomains", "defaultConsumerFluentSetterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

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

Custom domains for a branch, part of an Amplify App.

\n

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

\n

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

\n@return Custom domains for a branch, part of an Amplify App.\n@deprecated Use {@link #customDomains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customDomains(List)}\n", "documentation" : "

Custom domains for a branch, part of an Amplify App.

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

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customDomains", "getterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

\n

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

\n

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

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

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.", "setterMethodName" : "setCustomDomains", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customDomains", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customDomains", "variableType" : "java.util.List", "documentation" : "

Custom domains for a branch, part of an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a branch, part of an Amplify App.

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

Description for a branch, part of an Amplify App.

\n@return Description for a branch, part of an Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a branch, part of an Amplify App.

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

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@return Description for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DestinationBranch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationBranch", "beanStyleSetterMethodName" : "setDestinationBranch", "c2jName" : "destinationBranch", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

The destination branch if the branch is a pull request branch.

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

The destination branch if the branch is a pull request branch.

\n@return The destination branch if the branch is a pull request branch.\n@deprecated Use {@link #destinationBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationBranch(String)}\n", "documentation" : "

The destination branch if the branch is a pull request branch.

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

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationBranch", "getterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@return The destination branch if the branch is a pull request branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationBranch", "sensitive" : false, "setterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.", "setterMethodName" : "setDestinationBranch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationBranch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationBranch", "variableType" : "String", "documentation" : "

The destination branch if the branch is a pull request branch.

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

Display name for a branch, will use as the default domain prefix.

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

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

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

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

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

Enables auto-building on push for a branch, part of an Amplify App.

\n@return Enables auto-building on push for a branch, part of an Amplify App.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

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

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@return Enables auto-building on push for a branch, part of an Amplify App.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

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

Enables Basic Authorization for a branch, part of an Amplify App.

\n@return Enables Basic Authorization for a branch, part of an Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

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

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@return Enables Basic Authorization for a branch, part of an Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableNotification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

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

Enables notifications for a branch, part of an Amplify App.

\n@return Enables notifications for a branch, part of an Amplify App.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for a branch, part of an Amplify App.

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

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@return Enables notifications for a branch, part of an Amplify App.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnablePullRequestPreview" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

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

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

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

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

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

Environment Variables specific to a branch, part of an Amplify App.

\n

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

\n

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

\n@return Environment Variables specific to a branch, part of an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables specific to a branch, part of an Amplify App.

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

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n

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

\n

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

\n@return Environment Variables specific to a branch, part of an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables specific to a branch, part of an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Framework" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for a branch, part of an Amplify App.

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

Framework for a branch, part of an Amplify App.

\n@return Framework for a branch, part of an Amplify App.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for a branch, part of an Amplify App.

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

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@return Framework for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PullRequestEnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

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

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceBranch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceBranch", "beanStyleSetterMethodName" : "setSourceBranch", "c2jName" : "sourceBranch", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

The source branch if the branch is a pull request branch.

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

The source branch if the branch is a pull request branch.

\n@return The source branch if the branch is a pull request branch.\n@deprecated Use {@link #sourceBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceBranch(String)}\n", "documentation" : "

The source branch if the branch is a pull request branch.

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

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceBranch", "getterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@return The source branch if the branch is a pull request branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sourceBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sourceBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceBranch", "sensitive" : false, "setterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.", "setterMethodName" : "setSourceBranch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceBranch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceBranch", "variableType" : "String", "documentation" : "

The source branch if the branch is a pull request branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Stage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for a branch, part of an Amplify App.

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

Stage for a branch, part of an Amplify App.

\n

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

\n@return Stage for a branch, part of an Amplify App.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for a branch, part of an Amplify App.

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

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n

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

\n@return Stage for a branch, part of an Amplify App.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for branch for Amplify App.

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

Tag for branch for Amplify App.

\n

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

\n

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

\n@return Tag for branch for Amplify App.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for branch for Amplify App.

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

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for branch for Amplify App.

\n

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

\n

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

\n@return Tag for branch for Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for branch for Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThumbnailUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThumbnailUrl", "beanStyleSetterMethodName" : "setThumbnailUrl", "c2jName" : "thumbnailUrl", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "

Thumbnail URL for the branch.

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

Thumbnail URL for the branch.

\n@return Thumbnail URL for the branch.\n@deprecated Use {@link #thumbnailUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thumbnailUrl(String)}\n", "documentation" : "

Thumbnail URL for the branch.

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

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailUrl", "getterDocumentation" : "

Thumbnail URL for the branch.

\n@return Thumbnail URL for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thumbnailUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thumbnailUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThumbnailUrl", "sensitive" : false, "setterDocumentation" : "

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.", "setterMethodName" : "setThumbnailUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : "

Thumbnail URL for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TotalNumberOfJobs" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalNumberOfJobs", "beanStyleSetterMethodName" : "setTotalNumberOfJobs", "c2jName" : "totalNumberOfJobs", "c2jShape" : "TotalNumberOfJobs", "defaultConsumerFluentSetterDocumentation" : "

Total number of Jobs part of an Amplify App.

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

Total number of Jobs part of an Amplify App.

\n@return Total number of Jobs part of an Amplify App.\n@deprecated Use {@link #totalNumberOfJobs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNumberOfJobs(String)}\n", "documentation" : "

Total number of Jobs part of an Amplify App.

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

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalNumberOfJobs", "getterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@return Total number of Jobs part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalNumberOfJobs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalNumberOfJobs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TotalNumberOfJobs", "sensitive" : false, "setterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.", "setterMethodName" : "setTotalNumberOfJobs", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "totalNumberOfJobs", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "totalNumberOfJobs", "variableType" : "String", "documentation" : "

Total number of Jobs part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Ttl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

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

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

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

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

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

Last updated date and time for a branch, part of an Amplify App.

\n@return Last updated date and time for a branch, part of an Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Last updated date and time for a branch, part of an Amplify App.

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

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@return Last updated date and time for a branch, part of an Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Last updated date and time for a branch, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchArn", "beanStyleSetterMethodName" : "setBranchArn", "c2jName" : "branchArn", "c2jShape" : "BranchArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a branch, part of an Amplify App.

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

ARN for a branch, part of an Amplify App.

\n@return ARN for a branch, part of an Amplify App.\n@deprecated Use {@link #branchArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchArn(String)}\n", "documentation" : "

ARN for a branch, part of an Amplify App.

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

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchArn", "getterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@return ARN for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchArn", "sensitive" : false, "setterDocumentation" : "

ARN for a branch, part of an Amplify App.

\n@param branchArn ARN for a branch, part of an Amplify App.", "setterMethodName" : "setBranchArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchArn", "variableType" : "String", "documentation" : "

ARN for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

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

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

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

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a branch, part of an Amplify App.

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

Description for a branch, part of an Amplify App.

\n@return Description for a branch, part of an Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a branch, part of an Amplify App.

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

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@return Description for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a branch, part of an Amplify App.

\n@param description Description for a branch, part of an Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for branch for Amplify App.

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

Tag for branch for Amplify App.

\n

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

\n

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

\n@return Tag for branch for Amplify App.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for branch for Amplify App.

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

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for branch for Amplify App.

\n

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

\n

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

\n@return Tag for branch for Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for branch for Amplify App.

\n@param tags Tag for branch for Amplify App.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for branch for Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for a branch, part of an Amplify App.

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

Stage for a branch, part of an Amplify App.

\n

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

\n@return Stage for a branch, part of an Amplify App.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for a branch, part of an Amplify App.

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

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n

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

\n@return Stage for a branch, part of an Amplify App.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for a branch, part of an Amplify App.

\n@param stage Stage for a branch, part of an Amplify App.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for a branch, part of an Amplify App.

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

Display name for a branch, will use as the default domain prefix.

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

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

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

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

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

Enables notifications for a branch, part of an Amplify App.

\n@return Enables notifications for a branch, part of an Amplify App.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for a branch, part of an Amplify App.

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

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@return Enables notifications for a branch, part of an Amplify App.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for a branch, part of an Amplify App.

\n@param enableNotification Enables notifications for a branch, part of an Amplify App.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

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

Creation date and time for a branch, part of an Amplify App.

\n@return Creation date and time for a branch, part of an Amplify App.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Creation date and time for a branch, part of an Amplify App.

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

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Creation date and time for a branch, part of an Amplify App.

\n@return Creation date and time for a branch, part of an Amplify App.", "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" : "

Creation date and time for a branch, part of an Amplify App.

\n@param createTime Creation date and time for a branch, part of an Amplify App.", "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" : "

Creation date and time for a branch, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

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

Last updated date and time for a branch, part of an Amplify App.

\n@return Last updated date and time for a branch, part of an Amplify App.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Last updated date and time for a branch, part of an Amplify App.

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

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@return Last updated date and time for a branch, part of an Amplify App.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Last updated date and time for a branch, part of an Amplify App.

\n@param updateTime Last updated date and time for a branch, part of an Amplify App.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Last updated date and time for a branch, part of an Amplify App.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

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

Environment Variables specific to a branch, part of an Amplify App.

\n

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

\n

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

\n@return Environment Variables specific to a branch, part of an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables specific to a branch, part of an Amplify App.

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

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n

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

\n

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

\n@return Environment Variables specific to a branch, part of an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables specific to a branch, part of an Amplify App.

\n@param environmentVariables Environment Variables specific to a branch, part of an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables specific to a branch, part of an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

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

Enables auto-building on push for a branch, part of an Amplify App.

\n@return Enables auto-building on push for a branch, part of an Amplify App.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

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

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@return Enables auto-building on push for a branch, part of an Amplify App.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

\n@param enableAutoBuild Enables auto-building on push for a branch, part of an Amplify App.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto-building on push for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomDomains", "beanStyleSetterMethodName" : "setCustomDomains", "c2jName" : "customDomains", "c2jShape" : "CustomDomains", "defaultConsumerFluentSetterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

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

Custom domains for a branch, part of an Amplify App.

\n

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

\n

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

\n@return Custom domains for a branch, part of an Amplify App.\n@deprecated Use {@link #customDomains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customDomains(List)}\n", "documentation" : "

Custom domains for a branch, part of an Amplify App.

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

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customDomains", "getterDocumentation" : "

Custom domains for a branch, part of an Amplify App.

\n

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

\n

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

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

Custom domains for a branch, part of an Amplify App.

\n@param customDomains Custom domains for a branch, part of an Amplify App.", "setterMethodName" : "setCustomDomains", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customDomains", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customDomains", "variableType" : "java.util.List", "documentation" : "

Custom domains for a branch, part of an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for a branch, part of an Amplify App.

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

Framework for a branch, part of an Amplify App.

\n@return Framework for a branch, part of an Amplify App.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for a branch, part of an Amplify App.

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

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@return Framework for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for a branch, part of an Amplify App.

\n@param framework Framework for a branch, part of an Amplify App.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getActiveJobId", "beanStyleSetterMethodName" : "setActiveJobId", "c2jName" : "activeJobId", "c2jShape" : "ActiveJobId", "defaultConsumerFluentSetterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

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

Id of the active job for a branch, part of an Amplify App.

\n@return Id of the active job for a branch, part of an Amplify App.\n@deprecated Use {@link #activeJobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #activeJobId(String)}\n", "documentation" : "

Id of the active job for a branch, part of an Amplify App.

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

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "activeJobId", "getterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@return Id of the active job for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "activeJobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "activeJobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ActiveJobId", "sensitive" : false, "setterDocumentation" : "

Id of the active job for a branch, part of an Amplify App.

\n@param activeJobId Id of the active job for a branch, part of an Amplify App.", "setterMethodName" : "setActiveJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "activeJobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "activeJobId", "variableType" : "String", "documentation" : "

Id of the active job for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTotalNumberOfJobs", "beanStyleSetterMethodName" : "setTotalNumberOfJobs", "c2jName" : "totalNumberOfJobs", "c2jShape" : "TotalNumberOfJobs", "defaultConsumerFluentSetterDocumentation" : "

Total number of Jobs part of an Amplify App.

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

Total number of Jobs part of an Amplify App.

\n@return Total number of Jobs part of an Amplify App.\n@deprecated Use {@link #totalNumberOfJobs()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #totalNumberOfJobs(String)}\n", "documentation" : "

Total number of Jobs part of an Amplify App.

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

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "totalNumberOfJobs", "getterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@return Total number of Jobs part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "totalNumberOfJobs", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "totalNumberOfJobs", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TotalNumberOfJobs", "sensitive" : false, "setterDocumentation" : "

Total number of Jobs part of an Amplify App.

\n@param totalNumberOfJobs Total number of Jobs part of an Amplify App.", "setterMethodName" : "setTotalNumberOfJobs", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "totalNumberOfJobs", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "totalNumberOfJobs", "variableType" : "String", "documentation" : "

Total number of Jobs part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

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

Enables Basic Authorization for a branch, part of an Amplify App.

\n@return Enables Basic Authorization for a branch, part of an Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

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

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@return Enables Basic Authorization for a branch, part of an Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for a branch, part of an Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for a branch, part of an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThumbnailUrl", "beanStyleSetterMethodName" : "setThumbnailUrl", "c2jName" : "thumbnailUrl", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "

Thumbnail URL for the branch.

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

Thumbnail URL for the branch.

\n@return Thumbnail URL for the branch.\n@deprecated Use {@link #thumbnailUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thumbnailUrl(String)}\n", "documentation" : "

Thumbnail URL for the branch.

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

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailUrl", "getterDocumentation" : "

Thumbnail URL for the branch.

\n@return Thumbnail URL for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thumbnailUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thumbnailUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThumbnailUrl", "sensitive" : false, "setterDocumentation" : "

Thumbnail URL for the branch.

\n@param thumbnailUrl Thumbnail URL for the branch.", "setterMethodName" : "setThumbnailUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : "

Thumbnail URL for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

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

Basic Authorization credentials for a branch, part of an Amplify App.

\n@return Basic Authorization credentials for a branch, part of an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

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

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@return Basic Authorization credentials for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for a branch, part of an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec content for branch for Amplify App.

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

BuildSpec content for branch for Amplify App.

\n@return BuildSpec content for branch for Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec content for branch for Amplify App.

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

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@return BuildSpec content for branch for Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec content for branch for Amplify App.

\n@param buildSpec BuildSpec content for branch for Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec content for branch for Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

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

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

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

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAssociatedResources", "beanStyleSetterMethodName" : "setAssociatedResources", "c2jName" : "associatedResources", "c2jShape" : "AssociatedResources", "defaultConsumerFluentSetterDocumentation" : "

List of custom resources that are linked to this branch.

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

List of custom resources that are linked to this branch.

\n

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

\n

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

\n@return List of custom resources that are linked to this branch.\n@deprecated Use {@link #associatedResources()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #associatedResources(List)}\n", "documentation" : "

List of custom resources that are linked to this branch.

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

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "associatedResources", "getterDocumentation" : "

List of custom resources that are linked to this branch.

\n

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

\n

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

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

List of custom resources that are linked to this branch.

\n@param associatedResources List of custom resources that are linked to this branch.", "setterMethodName" : "setAssociatedResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "associatedResources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "associatedResources", "variableType" : "java.util.List", "documentation" : "

List of custom resources that are linked to this branch.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

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

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

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

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

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

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDestinationBranch", "beanStyleSetterMethodName" : "setDestinationBranch", "c2jName" : "destinationBranch", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

The destination branch if the branch is a pull request branch.

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

The destination branch if the branch is a pull request branch.

\n@return The destination branch if the branch is a pull request branch.\n@deprecated Use {@link #destinationBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #destinationBranch(String)}\n", "documentation" : "

The destination branch if the branch is a pull request branch.

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

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationBranch", "getterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@return The destination branch if the branch is a pull request branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "destinationBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "destinationBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DestinationBranch", "sensitive" : false, "setterDocumentation" : "

The destination branch if the branch is a pull request branch.

\n@param destinationBranch The destination branch if the branch is a pull request branch.", "setterMethodName" : "setDestinationBranch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationBranch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationBranch", "variableType" : "String", "documentation" : "

The destination branch if the branch is a pull request branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceBranch", "beanStyleSetterMethodName" : "setSourceBranch", "c2jName" : "sourceBranch", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

The source branch if the branch is a pull request branch.

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

The source branch if the branch is a pull request branch.

\n@return The source branch if the branch is a pull request branch.\n@deprecated Use {@link #sourceBranch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceBranch(String)}\n", "documentation" : "

The source branch if the branch is a pull request branch.

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

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceBranch", "getterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@return The source branch if the branch is a pull request branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sourceBranch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sourceBranch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceBranch", "sensitive" : false, "setterDocumentation" : "

The source branch if the branch is a pull request branch.

\n@param sourceBranch The source branch if the branch is a pull request branch.", "setterMethodName" : "setSourceBranch", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceBranch", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceBranch", "variableType" : "String", "documentation" : "

The source branch if the branch is a pull request branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

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

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

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

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "branchArn", "branchName", "description", "stage", "displayName", "enableNotification", "createTime", "updateTime", "environmentVariables", "enableAutoBuild", "customDomains", "framework", "activeJobId", "totalNumberOfJobs", "enableBasicAuth", "ttl", "enablePullRequestPreview" ], "shapeName" : "Branch", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAppRequest" : { "c2jName" : "CreateAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure used to create Apps in Amplify.

", "endpointDiscovery" : 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" : "CreateApp", "locationName" : null, "requestUri" : "/apps", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for the Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amplify App

\n@return Name for the Amplify App\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the Amplify App

\n@param name Name for the Amplify App\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 Amplify App

", "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 Amplify App

\n@param name Name for the Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for the Amplify App

\n@return Name for the Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amplify App

\n@param name Name for the Amplify App", "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 Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for an Amplify App

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

Description for an Amplify App

\n@return Description for an Amplify App\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for an Amplify App

\n@param description Description for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for an Amplify App

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

Description for an Amplify App

\n@param description Description for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for an Amplify App

\n@return Description for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for an Amplify App

\n@param description Description for an Amplify App", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for an Amplify App

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

Repository for an Amplify App

\n@return Repository for an Amplify App\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for an Amplify App

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

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform / framework for an Amplify App

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

Platform / framework for an Amplify App

\n

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

\n@return Platform / framework for an Amplify App\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform / framework for an Amplify App

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

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform / framework for an Amplify App

\n

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

\n@return Platform / framework for an Amplify App\n@see Platform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platform", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Platform", "sensitive" : false, "setterDocumentation" : "

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform / framework for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

AWS IAM service role for an Amplify App

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

AWS IAM service role for an Amplify App

\n@return AWS IAM service role for an Amplify App\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

AWS IAM service role for an Amplify App

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

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

AWS IAM service role for an Amplify App

\n@return AWS IAM service role for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

AWS IAM service role for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOauthToken", "beanStyleSetterMethodName" : "setOauthToken", "c2jName" : "oauthToken", "c2jShape" : "OauthToken", "defaultConsumerFluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

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

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@deprecated Use {@link #oauthToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oauthToken(String)}\n", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

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

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oauthToken", "getterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "oauthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "oauthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OauthToken", "sensitive" : false, "setterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "setterMethodName" : "setOauthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessToken", "beanStyleSetterMethodName" : "setAccessToken", "c2jName" : "accessToken", "c2jShape" : "AccessToken", "defaultConsumerFluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

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

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@deprecated Use {@link #accessToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessToken(String)}\n", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

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

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessToken", "getterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessToken", "sensitive" : false, "setterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "setterMethodName" : "setAccessToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment variables map for an Amplify App.

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

Environment variables map for an Amplify App.

\n

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

\n

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

\n@return Environment variables map for an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment variables map for an Amplify App.

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

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment variables map for an Amplify App.

\n

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

\n

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

\n@return Environment variables map for an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment variables map for an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableBranchAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enable the auto building of branches for an Amplify App.

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

Enable the auto building of branches for an Amplify App.

\n@return Enable the auto building of branches for an Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enable the auto building of branches for an Amplify App.

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

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@return Enable the auto building of branches for an Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enable the auto building of branches for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

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

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@return Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

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

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@return Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

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

Credentials for Basic Authorization for an Amplify App.

\n@return Credentials for Basic Authorization for an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Credentials for Basic Authorization for an Amplify App.

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

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@return Credentials for Basic Authorization for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Credentials for Basic Authorization for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

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

Custom rewrite / redirect rules for an Amplify App.

\n

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

\n

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

\n@return Custom rewrite / redirect rules for an Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom rewrite / redirect rules for an Amplify App.

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

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n

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

\n

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

\n@return Custom rewrite / redirect rules for an Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom rewrite / redirect rules for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for an Amplify App

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

Tag for an Amplify App

\n

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

\n

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

\n@return Tag for an Amplify App\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for an Amplify App

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

Tag for an Amplify App

\n@param tags Tag for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for an Amplify App

\n

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

\n

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

\n@return Tag for an Amplify App", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for an Amplify App

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for an Amplify App

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

BuildSpec for an Amplify App

\n@return BuildSpec for an Amplify App\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for an Amplify App

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

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for an Amplify App

\n@return BuildSpec for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation config for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessToken", "beanStyleSetterMethodName" : "setAccessToken", "c2jName" : "accessToken", "c2jShape" : "AccessToken", "defaultConsumerFluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

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

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@deprecated Use {@link #accessToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessToken(String)}\n", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

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

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessToken", "getterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessToken", "sensitive" : false, "setterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "setterMethodName" : "setAccessToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AutoBranchCreationConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation config for the Amplify App.

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

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation config for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AutoBranchCreationPatterns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

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

\n

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

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

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

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

Credentials for Basic Authorization for an Amplify App.

\n@return Credentials for Basic Authorization for an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Credentials for Basic Authorization for an Amplify App.

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

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@return Credentials for Basic Authorization for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Credentials for Basic Authorization for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for an Amplify App

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

BuildSpec for an Amplify App

\n@return BuildSpec for an Amplify App\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for an Amplify App

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

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for an Amplify App

\n@return BuildSpec for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomRules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

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

Custom rewrite / redirect rules for an Amplify App.

\n

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

\n

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

\n@return Custom rewrite / redirect rules for an Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom rewrite / redirect rules for an Amplify App.

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

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n

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

\n

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

\n@return Custom rewrite / redirect rules for an Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom rewrite / redirect rules for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for an Amplify App

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

Description for an Amplify App

\n@return Description for an Amplify App\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for an Amplify App

\n@param description Description for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for an Amplify App

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

Description for an Amplify App

\n@param description Description for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for an Amplify App

\n@return Description for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for an Amplify App

\n@param description Description for an Amplify App", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBranchCreation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

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

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

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

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@return Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

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

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@return Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBranchAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableBranchAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enable the auto building of branches for an Amplify App.

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

Enable the auto building of branches for an Amplify App.

\n@return Enable the auto building of branches for an Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enable the auto building of branches for an Amplify App.

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

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@return Enable the auto building of branches for an Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enable the auto building of branches for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment variables map for an Amplify App.

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

Environment variables map for an Amplify App.

\n

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

\n

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

\n@return Environment variables map for an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment variables map for an Amplify App.

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

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment variables map for an Amplify App.

\n

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

\n

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

\n@return Environment variables map for an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment variables map for an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamServiceRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

AWS IAM service role for an Amplify App

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

AWS IAM service role for an Amplify App

\n@return AWS IAM service role for an Amplify App\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

AWS IAM service role for an Amplify App

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

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

AWS IAM service role for an Amplify App

\n@return AWS IAM service role for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

AWS IAM service role for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for the Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amplify App

\n@return Name for the Amplify App\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the Amplify App

\n@param name Name for the Amplify App\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 Amplify App

", "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 Amplify App

\n@param name Name for the Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for the Amplify App

\n@return Name for the Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amplify App

\n@param name Name for the Amplify App", "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 Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OauthToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOauthToken", "beanStyleSetterMethodName" : "setOauthToken", "c2jName" : "oauthToken", "c2jShape" : "OauthToken", "defaultConsumerFluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

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

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@deprecated Use {@link #oauthToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oauthToken(String)}\n", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

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

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oauthToken", "getterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "oauthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "oauthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OauthToken", "sensitive" : false, "setterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "setterMethodName" : "setOauthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Platform" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform / framework for an Amplify App

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

Platform / framework for an Amplify App

\n

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

\n@return Platform / framework for an Amplify App\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform / framework for an Amplify App

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

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform / framework for an Amplify App

\n

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

\n@return Platform / framework for an Amplify App\n@see Platform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platform", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Platform", "sensitive" : false, "setterDocumentation" : "

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform / framework for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Repository" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for an Amplify App

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

Repository for an Amplify App

\n@return Repository for an Amplify App\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for an Amplify App

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

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for an Amplify App

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

Tag for an Amplify App

\n

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

\n

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

\n@return Tag for an Amplify App\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for an Amplify App

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

Tag for an Amplify App

\n@param tags Tag for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for an Amplify App

\n

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

\n

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

\n@return Tag for an Amplify App", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for an Amplify App

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for the Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 Amplify App

\n@return Name for the Amplify App\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the Amplify App

\n@param name Name for the Amplify App\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 Amplify App

", "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 Amplify App

\n@param name Name for the Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for the Amplify App

\n@return Name for the Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 Amplify App

\n@param name Name for the Amplify App", "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 Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for an Amplify App

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

Description for an Amplify App

\n@return Description for an Amplify App\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for an Amplify App

\n@param description Description for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for an Amplify App

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

Description for an Amplify App

\n@param description Description for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for an Amplify App

\n@return Description for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for an Amplify App

\n@param description Description for an Amplify App", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for an Amplify App

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

Repository for an Amplify App

\n@return Repository for an Amplify App\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for an Amplify App

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

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform / framework for an Amplify App

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

Platform / framework for an Amplify App

\n

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

\n@return Platform / framework for an Amplify App\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform / framework for an Amplify App

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

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform / framework for an Amplify App

\n

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

\n@return Platform / framework for an Amplify App\n@see Platform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platform", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Platform", "sensitive" : false, "setterDocumentation" : "

Platform / framework for an Amplify App

\n@param platform Platform / framework for an Amplify App\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform / framework for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

AWS IAM service role for an Amplify App

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

AWS IAM service role for an Amplify App

\n@return AWS IAM service role for an Amplify App\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

AWS IAM service role for an Amplify App

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

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

AWS IAM service role for an Amplify App

\n@return AWS IAM service role for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

AWS IAM service role for an Amplify App

\n@param iamServiceRoleArn AWS IAM service role for an Amplify App", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

AWS IAM service role for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOauthToken", "beanStyleSetterMethodName" : "setOauthToken", "c2jName" : "oauthToken", "c2jShape" : "OauthToken", "defaultConsumerFluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

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

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@deprecated Use {@link #oauthToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oauthToken(String)}\n", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

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

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oauthToken", "getterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "oauthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "oauthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OauthToken", "sensitive" : false, "setterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "setterMethodName" : "setOauthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessToken", "beanStyleSetterMethodName" : "setAccessToken", "c2jName" : "accessToken", "c2jShape" : "AccessToken", "defaultConsumerFluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

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

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@deprecated Use {@link #accessToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessToken(String)}\n", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

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

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessToken", "getterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessToken", "sensitive" : false, "setterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "setterMethodName" : "setAccessToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment variables map for an Amplify App.

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

Environment variables map for an Amplify App.

\n

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

\n

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

\n@return Environment variables map for an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment variables map for an Amplify App.

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

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment variables map for an Amplify App.

\n

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

\n

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

\n@return Environment variables map for an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment variables map for an Amplify App.

\n@param environmentVariables Environment variables map for an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment variables map for an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableBranchAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enable the auto building of branches for an Amplify App.

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

Enable the auto building of branches for an Amplify App.

\n@return Enable the auto building of branches for an Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enable the auto building of branches for an Amplify App.

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

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@return Enable the auto building of branches for an Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enable the auto building of branches for an Amplify App.

\n@param enableBranchAutoBuild Enable the auto building of branches for an Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enable the auto building of branches for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

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

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@return Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

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

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@return Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

\n@param enableBasicAuth Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enable Basic Authorization for an Amplify App, this will apply to all branches part of this App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

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

Credentials for Basic Authorization for an Amplify App.

\n@return Credentials for Basic Authorization for an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Credentials for Basic Authorization for an Amplify App.

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

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@return Credentials for Basic Authorization for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Credentials for Basic Authorization for an Amplify App.

\n@param basicAuthCredentials Credentials for Basic Authorization for an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Credentials for Basic Authorization for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

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

Custom rewrite / redirect rules for an Amplify App.

\n

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

\n

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

\n@return Custom rewrite / redirect rules for an Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom rewrite / redirect rules for an Amplify App.

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

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n

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

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom rewrite / redirect rules for an Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom rewrite / redirect rules for an Amplify App.

\n@param customRules Custom rewrite / redirect rules for an Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom rewrite / redirect rules for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for an Amplify App

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag for an Amplify App

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for an Amplify App\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for an Amplify App

", "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" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for an Amplify App

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for an Amplify App", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for an Amplify App

\n@param tags Tag for an Amplify App", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for an Amplify App

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for an Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for an Amplify App

\n@return BuildSpec for an Amplify App\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for an Amplify App

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for an Amplify App

\n@return BuildSpec for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for an Amplify App

\n@param buildSpec BuildSpec for an Amplify App", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\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 #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation 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 #enableAutoBranchCreation(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBranchCreation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBranchCreation", "fluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\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 #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns 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 #autoBranchCreationPatterns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationPatterns", "fluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.", "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" : "autoBranchCreationPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationPatterns", "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" : "AutoBranchCreationPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AutoBranchCreationPatterns", "sensitive" : false, "setterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation config for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationConfig", "fluentSetterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@return Automated branch creation config for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation config for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation config for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "name" ], "shapeName" : "CreateAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAppRequest", "variableName" : "createAppRequest", "variableType" : "CreateAppRequest", "documentation" : null, "simpleType" : "CreateAppRequest", "variableSetterType" : "CreateAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateAppResponse" : { "c2jName" : "CreateAppResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "App" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "app" ], "shapeName" : "CreateAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAppResponse", "variableName" : "createAppResponse", "variableType" : "CreateAppResponse", "documentation" : null, "simpleType" : "CreateAppResponse", "variableSetterType" : "CreateAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateBackendEnvironmentRequest" : { "c2jName" : "CreateBackendEnvironmentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for a backend environment create 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" : { "action" : "CreateBackendEnvironment", "locationName" : null, "requestUri" : "/apps/{appId}/backendenvironments", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for the backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for the backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for the backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

CloudFormation stack name of backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackName", "fluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

CloudFormation stack name of backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeploymentArtifacts", "beanStyleSetterMethodName" : "setDeploymentArtifacts", "c2jName" : "deploymentArtifacts", "c2jShape" : "DeploymentArtifacts", "defaultConsumerFluentSetterDocumentation" : "

Name of deployment artifacts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deploymentArtifacts(String)}.\n@param deploymentArtifacts a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deploymentArtifacts(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.\n@deprecated Use {@link #deploymentArtifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deploymentArtifacts(String)}\n", "documentation" : "

Name of deployment artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeploymentArtifacts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeploymentArtifacts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deploymentArtifacts", "fluentSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deploymentArtifacts", "getterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deploymentArtifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deploymentArtifacts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeploymentArtifacts", "sensitive" : false, "setterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.", "setterMethodName" : "setDeploymentArtifacts", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : "

Name of deployment artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DeploymentArtifacts" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeploymentArtifacts", "beanStyleSetterMethodName" : "setDeploymentArtifacts", "c2jName" : "deploymentArtifacts", "c2jShape" : "DeploymentArtifacts", "defaultConsumerFluentSetterDocumentation" : "

Name of deployment artifacts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deploymentArtifacts(String)}.\n@param deploymentArtifacts a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deploymentArtifacts(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.\n@deprecated Use {@link #deploymentArtifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deploymentArtifacts(String)}\n", "documentation" : "

Name of deployment artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeploymentArtifacts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeploymentArtifacts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deploymentArtifacts", "fluentSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deploymentArtifacts", "getterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deploymentArtifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deploymentArtifacts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeploymentArtifacts", "sensitive" : false, "setterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.", "setterMethodName" : "setDeploymentArtifacts", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : "

Name of deployment artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for the backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for the backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for the backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StackName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

CloudFormation stack name of backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackName", "fluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

CloudFormation stack name of backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for the backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for the backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for the backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStackName", "beanStyleSetterMethodName" : "setStackName", "c2jName" : "stackName", "c2jShape" : "StackName", "defaultConsumerFluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stackName(String)}.\n@param stackName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stackName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.\n@deprecated Use {@link #stackName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stackName(String)}\n", "documentation" : "

CloudFormation stack name of backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StackName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStackName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stackName", "fluentSetterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stackName", "getterDocumentation" : "

CloudFormation stack name of backend environment.

\n@return CloudFormation stack name of backend environment.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stackName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StackName", "sensitive" : false, "setterDocumentation" : "

CloudFormation stack name of backend environment.

\n@param stackName CloudFormation stack name of backend environment.", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

CloudFormation stack name of backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDeploymentArtifacts", "beanStyleSetterMethodName" : "setDeploymentArtifacts", "c2jName" : "deploymentArtifacts", "c2jShape" : "DeploymentArtifacts", "defaultConsumerFluentSetterDocumentation" : "

Name of deployment artifacts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #deploymentArtifacts(String)}.\n@param deploymentArtifacts a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #deploymentArtifacts(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.\n@deprecated Use {@link #deploymentArtifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deploymentArtifacts(String)}\n", "documentation" : "

Name of deployment artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DeploymentArtifacts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDeploymentArtifacts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "deploymentArtifacts", "fluentSetterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "deploymentArtifacts", "getterDocumentation" : "

Name of deployment artifacts.

\n@return Name of deployment artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "deploymentArtifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "deploymentArtifacts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DeploymentArtifacts", "sensitive" : false, "setterDocumentation" : "

Name of deployment artifacts.

\n@param deploymentArtifacts Name of deployment artifacts.", "setterMethodName" : "setDeploymentArtifacts", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "deploymentArtifacts", "variableType" : "String", "documentation" : "

Name of deployment artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "environmentName" ], "shapeName" : "CreateBackendEnvironmentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateBackendEnvironmentRequest", "variableName" : "createBackendEnvironmentRequest", "variableType" : "CreateBackendEnvironmentRequest", "documentation" : null, "simpleType" : "CreateBackendEnvironmentRequest", "variableSetterType" : "CreateBackendEnvironmentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateBackendEnvironmentResponse" : { "c2jName" : "CreateBackendEnvironmentResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for create backend environment.

", "endpointDiscovery" : 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" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an amplify App.

\n@return Backend environment structure for an amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an amplify App.

\n@return Backend environment structure for an amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BackendEnvironment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an amplify App.

\n@return Backend environment structure for an amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an amplify App.

\n@return Backend environment structure for an amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an amplify App.

\n@return Backend environment structure for an amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an amplify App.

\n@return Backend environment structure for an amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an amplify App.

\n@param backendEnvironment Backend environment structure for an amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "backendEnvironment" ], "shapeName" : "CreateBackendEnvironmentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateBackendEnvironmentResponse", "variableName" : "createBackendEnvironmentResponse", "variableType" : "CreateBackendEnvironmentResponse", "documentation" : null, "simpleType" : "CreateBackendEnvironmentResponse", "variableSetterType" : "CreateBackendEnvironmentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateBranchRequest" : { "c2jName" : "CreateBranchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for a branch create 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" : { "action" : "CreateBranch", "locationName" : null, "requestUri" : "/apps/{appId}/branches", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for the branch.

\n@return Description for the branch.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the branch.

\n@return Description for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the branch.

", "endpointDiscoveryId" : false, "enumType" : "Stage", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : "stage", "fluentEnumSetterMethodName" : "stage", "fluentGetterMethodName" : "stageAsString", "fluentSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFramework", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "framework", "fluentSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for the branch.

\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 #enableNotification(Boolean)}.\n@param enableNotification 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 #enableNotification(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableNotification", "fluentSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the branch.

\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 #enableAutoBuild(Boolean)}.\n@param enableAutoBuild 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 #enableAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBuild", "fluentSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for the branch.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for the branch.

\n@param tags Tag for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for the branch.

", "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" : "

Tag for the branch.

\n@param tags Tag for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for the branch.

\n@param tags Tag for the branch.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ttl(String)}.\n@param ttl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ttl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ttl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTtl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ttl", "fluentSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\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 #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview 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 #enablePullRequestPreview(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnablePullRequestPreview", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enablePullRequestPreview", "fluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPullRequestEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pullRequestEnvironmentName", "fluentSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironmentArn(String)}.\n@param backendEnvironmentArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironmentArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironmentArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironmentArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironmentArn", "fluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BackendEnvironmentArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironmentArn(String)}.\n@param backendEnvironmentArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironmentArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironmentArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironmentArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironmentArn", "fluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for the branch.

\n@return Description for the branch.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the branch.

\n@return Description for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DisplayName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the branch.

\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 #enableAutoBuild(Boolean)}.\n@param enableAutoBuild 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 #enableAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBuild", "fluentSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableNotification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for the branch.

\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 #enableNotification(Boolean)}.\n@param enableNotification 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 #enableNotification(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableNotification", "fluentSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnablePullRequestPreview" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\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 #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview 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 #enablePullRequestPreview(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnablePullRequestPreview", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enablePullRequestPreview", "fluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Framework" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFramework", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "framework", "fluentSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PullRequestEnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPullRequestEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pullRequestEnvironmentName", "fluentSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Stage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the branch.

", "endpointDiscoveryId" : false, "enumType" : "Stage", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : "stage", "fluentEnumSetterMethodName" : "stage", "fluentGetterMethodName" : "stageAsString", "fluentSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for the branch.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for the branch.

\n@param tags Tag for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for the branch.

", "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" : "

Tag for the branch.

\n@param tags Tag for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for the branch.

\n@param tags Tag for the branch.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Ttl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ttl(String)}.\n@param ttl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ttl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ttl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTtl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ttl", "fluentSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for the branch.

\n@return Description for the branch.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the branch.

\n@return Description for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the branch.

", "endpointDiscoveryId" : false, "enumType" : "Stage", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : "stage", "fluentEnumSetterMethodName" : "stage", "fluentGetterMethodName" : "stageAsString", "fluentSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFramework", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "framework", "fluentSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for the branch.

\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 #enableNotification(Boolean)}.\n@param enableNotification 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 #enableNotification(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableNotification", "fluentSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the branch.

\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 #enableAutoBuild(Boolean)}.\n@param enableAutoBuild 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 #enableAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBuild", "fluentSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tag for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for the branch.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag for the branch.

\n@param tags Tag for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tag for the branch.

", "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" : "

Tag for the branch.

\n@param tags Tag for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tag for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tag for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tag for the branch.

\n@param tags Tag for the branch.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tag for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ttl(String)}.\n@param ttl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ttl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ttl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTtl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ttl", "fluentSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\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 #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview 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 #enablePullRequestPreview(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnablePullRequestPreview", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enablePullRequestPreview", "fluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPullRequestEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pullRequestEnvironmentName", "fluentSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironmentArn(String)}.\n@param backendEnvironmentArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironmentArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironmentArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironmentArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironmentArn", "fluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "CreateBranchRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateBranchRequest", "variableName" : "createBranchRequest", "variableType" : "CreateBranchRequest", "documentation" : null, "simpleType" : "CreateBranchRequest", "variableSetterType" : "CreateBranchRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateBranchResponse" : { "c2jName" : "CreateBranchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for create branch 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" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Branch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "branch" ], "shapeName" : "CreateBranchResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateBranchResponse", "variableName" : "createBranchResponse", "variableType" : "CreateBranchResponse", "documentation" : null, "simpleType" : "CreateBranchResponse", "variableSetterType" : "CreateBranchResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDeploymentRequest" : { "c2jName" : "CreateDeploymentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for create a new deployment.

", "endpointDiscovery" : 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" : "CreateDeployment", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/deployments", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFileMap", "beanStyleSetterMethodName" : "setFileMap", "c2jName" : "fileMap", "c2jShape" : "FileMap", "defaultConsumerFluentSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #fileMap(Map)}.\n@param fileMap a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileMap(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileMap()} to see if a value was sent in this field.\n

\n@return Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@deprecated Use {@link #fileMap()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileMap(Map)}\n", "documentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileMap property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFileMap", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileMap", "fluentSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileMap", "getterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileMap()} to see if a value was sent in this field.\n

\n@return Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileMap", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileMap", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "MD5Hash", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FileMap", "sensitive" : false, "setterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.", "setterMethodName" : "setFileMap", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileMap", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileMap", "variableType" : "java.util.Map", "documentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FileMap" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFileMap", "beanStyleSetterMethodName" : "setFileMap", "c2jName" : "fileMap", "c2jShape" : "FileMap", "defaultConsumerFluentSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #fileMap(Map)}.\n@param fileMap a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileMap(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileMap()} to see if a value was sent in this field.\n

\n@return Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@deprecated Use {@link #fileMap()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileMap(Map)}\n", "documentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileMap property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFileMap", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileMap", "fluentSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileMap", "getterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileMap()} to see if a value was sent in this field.\n

\n@return Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileMap", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileMap", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "MD5Hash", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FileMap", "sensitive" : false, "setterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.", "setterMethodName" : "setFileMap", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileMap", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileMap", "variableType" : "java.util.Map", "documentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFileMap", "beanStyleSetterMethodName" : "setFileMap", "c2jName" : "fileMap", "c2jShape" : "FileMap", "defaultConsumerFluentSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #fileMap(Map)}.\n@param fileMap a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileMap(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileMap()} to see if a value was sent in this field.\n

\n@return Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@deprecated Use {@link #fileMap()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileMap(Map)}\n", "documentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileMap property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFileMap", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileMap", "fluentSetterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileMap", "getterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileMap()} to see if a value was sent in this field.\n

\n@return Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileMap", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileMap", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "MD5Hash", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FileMap", "sensitive" : false, "setterDocumentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

\n@param fileMap Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.", "setterMethodName" : "setFileMap", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileMap", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileMap", "variableType" : "java.util.Map", "documentation" : "

Optional file map that contains file name as the key and file content md5 hash as the value. If this argument is provided, the service will generate different upload url per file. Otherwise, the service will only generate a single upload url for the zipped files.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "CreateDeploymentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDeploymentRequest", "variableName" : "createDeploymentRequest", "variableType" : "CreateDeploymentRequest", "documentation" : null, "simpleType" : "CreateDeploymentRequest", "variableSetterType" : "CreateDeploymentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDeploymentResponse" : { "c2jName" : "CreateDeploymentResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for create a new deployment.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@return The jobId for this deployment, will supply to start deployment api.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The jobId for this deployment, will supply to start deployment api.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@return The jobId for this deployment, will supply to start deployment api.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The jobId for this deployment, will supply to start deployment api.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFileUploadUrls", "beanStyleSetterMethodName" : "setFileUploadUrls", "c2jName" : "fileUploadUrls", "c2jShape" : "FileUploadUrls", "defaultConsumerFluentSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #fileUploadUrls(Map)}.\n@param fileUploadUrls a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileUploadUrls(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileUploadUrls()} to see if a value was sent in this field.\n

\n@return When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@deprecated Use {@link #fileUploadUrls()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileUploadUrls(Map)}\n", "documentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileUploadUrls property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFileUploadUrls", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileUploadUrls", "fluentSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileUploadUrls", "getterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileUploadUrls()} to see if a value was sent in this field.\n

\n@return When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileUploadUrls", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileUploadUrls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "UploadUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FileUploadUrls", "sensitive" : false, "setterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.", "setterMethodName" : "setFileUploadUrls", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileUploadUrls", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileUploadUrls", "variableType" : "java.util.Map", "documentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getZipUploadUrl", "beanStyleSetterMethodName" : "setZipUploadUrl", "c2jName" : "zipUploadUrl", "c2jShape" : "UploadUrl", "defaultConsumerFluentSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be 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 #zipUploadUrl(String)}.\n@param zipUploadUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #zipUploadUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@return When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@deprecated Use {@link #zipUploadUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #zipUploadUrl(String)}\n", "documentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ZipUploadUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasZipUploadUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "zipUploadUrl", "fluentSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "zipUploadUrl", "getterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@return When the fileMap argument is NOT provided. This zipUploadUrl will be returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "zipUploadUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "zipUploadUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ZipUploadUrl", "sensitive" : false, "setterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.", "setterMethodName" : "setZipUploadUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zipUploadUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "zipUploadUrl", "variableType" : "String", "documentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FileUploadUrls" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFileUploadUrls", "beanStyleSetterMethodName" : "setFileUploadUrls", "c2jName" : "fileUploadUrls", "c2jShape" : "FileUploadUrls", "defaultConsumerFluentSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #fileUploadUrls(Map)}.\n@param fileUploadUrls a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileUploadUrls(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileUploadUrls()} to see if a value was sent in this field.\n

\n@return When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@deprecated Use {@link #fileUploadUrls()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileUploadUrls(Map)}\n", "documentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileUploadUrls property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFileUploadUrls", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileUploadUrls", "fluentSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileUploadUrls", "getterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileUploadUrls()} to see if a value was sent in this field.\n

\n@return When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileUploadUrls", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileUploadUrls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "UploadUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FileUploadUrls", "sensitive" : false, "setterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.", "setterMethodName" : "setFileUploadUrls", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileUploadUrls", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileUploadUrls", "variableType" : "java.util.Map", "documentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@return The jobId for this deployment, will supply to start deployment api.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The jobId for this deployment, will supply to start deployment api.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@return The jobId for this deployment, will supply to start deployment api.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The jobId for this deployment, will supply to start deployment api.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ZipUploadUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getZipUploadUrl", "beanStyleSetterMethodName" : "setZipUploadUrl", "c2jName" : "zipUploadUrl", "c2jShape" : "UploadUrl", "defaultConsumerFluentSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be 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 #zipUploadUrl(String)}.\n@param zipUploadUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #zipUploadUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@return When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@deprecated Use {@link #zipUploadUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #zipUploadUrl(String)}\n", "documentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ZipUploadUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasZipUploadUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "zipUploadUrl", "fluentSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "zipUploadUrl", "getterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@return When the fileMap argument is NOT provided. This zipUploadUrl will be returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "zipUploadUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "zipUploadUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ZipUploadUrl", "sensitive" : false, "setterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.", "setterMethodName" : "setZipUploadUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zipUploadUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "zipUploadUrl", "variableType" : "String", "documentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@return The jobId for this deployment, will supply to start deployment api.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The jobId for this deployment, will supply to start deployment api.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@return The jobId for this deployment, will supply to start deployment api.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The jobId for this deployment, will supply to start deployment api.

\n@param jobId The jobId for this deployment, will supply to start deployment api.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The jobId for this deployment, will supply to start deployment api.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getFileUploadUrls", "beanStyleSetterMethodName" : "setFileUploadUrls", "c2jName" : "fileUploadUrls", "c2jShape" : "FileUploadUrls", "defaultConsumerFluentSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #fileUploadUrls(Map)}.\n@param fileUploadUrls a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #fileUploadUrls(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileUploadUrls()} to see if a value was sent in this field.\n

\n@return When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@deprecated Use {@link #fileUploadUrls()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #fileUploadUrls(Map)}\n", "documentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FileUploadUrls property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFileUploadUrls", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileUploadUrls", "fluentSetterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileUploadUrls", "getterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasFileUploadUrls()} to see if a value was sent in this field.\n

\n@return When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "fileUploadUrls", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "fileUploadUrls", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "FileName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "UploadUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "FileUploadUrls", "sensitive" : false, "setterDocumentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

\n@param fileUploadUrls When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.", "setterMethodName" : "setFileUploadUrls", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileUploadUrls", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "fileUploadUrls", "variableType" : "java.util.Map", "documentation" : "

When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getZipUploadUrl", "beanStyleSetterMethodName" : "setZipUploadUrl", "c2jName" : "zipUploadUrl", "c2jShape" : "UploadUrl", "defaultConsumerFluentSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be 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 #zipUploadUrl(String)}.\n@param zipUploadUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #zipUploadUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@return When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@deprecated Use {@link #zipUploadUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #zipUploadUrl(String)}\n", "documentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ZipUploadUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasZipUploadUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "zipUploadUrl", "fluentSetterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "zipUploadUrl", "getterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@return When the fileMap argument is NOT provided. This zipUploadUrl will be returned.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "zipUploadUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "zipUploadUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ZipUploadUrl", "sensitive" : false, "setterDocumentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

\n@param zipUploadUrl When the fileMap argument is NOT provided. This zipUploadUrl will be returned.", "setterMethodName" : "setZipUploadUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "zipUploadUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "zipUploadUrl", "variableType" : "String", "documentation" : "

When the fileMap argument is NOT provided. This zipUploadUrl will be returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "fileUploadUrls", "zipUploadUrl" ], "shapeName" : "CreateDeploymentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDeploymentResponse", "variableName" : "createDeploymentResponse", "variableType" : "CreateDeploymentResponse", "documentation" : null, "simpleType" : "CreateDeploymentResponse", "variableSetterType" : "CreateDeploymentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDomainAssociationRequest" : { "c2jName" : "CreateDomainAssociationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for create Domain Association 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" : { "action" : "CreateDomainAssociation", "locationName" : null, "requestUri" : "/apps/{appId}/domains", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Domain name for the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Domain name for the Domain Association.

\n@return Domain name for the Domain Association.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Domain name for the Domain Association.

", "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" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Domain name for the Domain Association.

\n@return Domain name for the Domain Association.", "getterModel" : { "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" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.", "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" : "

Domain name for the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomainSettings", "beanStyleSetterMethodName" : "setSubDomainSettings", "c2jName" : "subDomainSettings", "c2jShape" : "SubDomainSettings", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\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 #subDomainSettings(List)}.\n@param subDomainSettings 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 #subDomainSettings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSettings(List)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSettings", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSettings", "getterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.", "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" : "subDomainSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSettings", "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" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomainSetting)}.\n@param member a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomainSetting)", "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(SubDomainSetting)}\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" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : "", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomainSetting", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomainSetting", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomainSettings", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSettings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Domain name for the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Domain name for the Domain Association.

\n@return Domain name for the Domain Association.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Domain name for the Domain Association.

", "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" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Domain name for the Domain Association.

\n@return Domain name for the Domain Association.", "getterModel" : { "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" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.", "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" : "

Domain name for the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoSubDomain" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubDomainSettings" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomainSettings", "beanStyleSetterMethodName" : "setSubDomainSettings", "c2jName" : "subDomainSettings", "c2jShape" : "SubDomainSettings", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\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 #subDomainSettings(List)}.\n@param subDomainSettings 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 #subDomainSettings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSettings(List)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSettings", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSettings", "getterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.", "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" : "subDomainSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSettings", "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" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomainSetting)}.\n@param member a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomainSetting)", "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(SubDomainSetting)}\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" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : "", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomainSetting", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomainSetting", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomainSettings", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSettings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Domain name for the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Domain name for the Domain Association.

\n@return Domain name for the Domain Association.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Domain name for the Domain Association.

", "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" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Domain name for the Domain Association.

\n@return Domain name for the Domain Association.", "getterModel" : { "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" : "

Domain name for the Domain Association.

\n@param domainName Domain name for the Domain Association.", "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" : "

Domain name for the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomainSettings", "beanStyleSetterMethodName" : "setSubDomainSettings", "c2jName" : "subDomainSettings", "c2jShape" : "SubDomainSettings", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\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 #subDomainSettings(List)}.\n@param subDomainSettings 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 #subDomainSettings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSettings(List)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSettings", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSettings", "getterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.", "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" : "subDomainSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSettings", "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" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomainSetting)}.\n@param member a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomainSetting)", "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(SubDomainSetting)}\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" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : "", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomainSetting", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomainSetting", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomainSettings", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSettings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "domainName", "subDomainSettings" ], "shapeName" : "CreateDomainAssociationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDomainAssociationRequest", "variableName" : "createDomainAssociationRequest", "variableType" : "CreateDomainAssociationRequest", "documentation" : null, "simpleType" : "CreateDomainAssociationRequest", "variableSetterType" : "CreateDomainAssociationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateDomainAssociationResponse" : { "c2jName" : "CreateDomainAssociationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the create Domain Association 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" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainAssociation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainAssociation" ], "shapeName" : "CreateDomainAssociationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateDomainAssociationResponse", "variableName" : "createDomainAssociationResponse", "variableType" : "CreateDomainAssociationResponse", "documentation" : null, "simpleType" : "CreateDomainAssociationResponse", "variableSetterType" : "CreateDomainAssociationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateWebhookRequest" : { "c2jName" : "CreateWebhookRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for create webhook 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" : { "action" : "CreateWebhook", "locationName" : null, "requestUri" : "/apps/{appId}/webhooks", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "CreateWebhookRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateWebhookRequest", "variableName" : "createWebhookRequest", "variableType" : "CreateWebhookRequest", "documentation" : null, "simpleType" : "CreateWebhookRequest", "variableSetterType" : "CreateWebhookRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateWebhookResponse" : { "c2jName" : "CreateWebhookResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the create webhook 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" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Webhook" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhook" ], "shapeName" : "CreateWebhookResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateWebhookResponse", "variableName" : "createWebhookResponse", "variableType" : "CreateWebhookResponse", "documentation" : null, "simpleType" : "CreateWebhookResponse", "variableSetterType" : "CreateWebhookResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CustomRule" : { "c2jName" : "CustomRule", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Custom rewrite / redirect rule.

", "endpointDiscovery" : 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" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@return The source pattern for a URL rewrite or redirect rule.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

The source pattern for a URL rewrite or redirect rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@return The source pattern for a URL rewrite or redirect rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

The source pattern for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "Target", "defaultConsumerFluentSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #target(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@return The target pattern for a URL rewrite or redirect rule.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The target pattern for a URL rewrite or redirect rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@return The target pattern for a URL rewrite or redirect rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target pattern for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 code for a URL rewrite or redirect rule.

\n@return The status code for a URL rewrite or redirect rule.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.\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 code for a URL rewrite or redirect rule.

", "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 code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\n@return The status code for a URL rewrite or redirect rule.", "getterModel" : { "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 code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.", "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 code for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCondition", "beanStyleSetterMethodName" : "setCondition", "c2jName" : "condition", "c2jShape" : "Condition", "defaultConsumerFluentSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #condition(String)}.\n@param condition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #condition(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@return The condition for a URL rewrite or redirect rule, e.g. country code.\n@deprecated Use {@link #condition()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #condition(String)}\n", "documentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Condition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCondition", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "condition", "fluentSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "condition", "getterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@return The condition for a URL rewrite or redirect rule, e.g. country code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "condition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "condition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Condition", "sensitive" : false, "setterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.", "setterMethodName" : "setCondition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Condition" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCondition", "beanStyleSetterMethodName" : "setCondition", "c2jName" : "condition", "c2jShape" : "Condition", "defaultConsumerFluentSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #condition(String)}.\n@param condition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #condition(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@return The condition for a URL rewrite or redirect rule, e.g. country code.\n@deprecated Use {@link #condition()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #condition(String)}\n", "documentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Condition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCondition", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "condition", "fluentSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "condition", "getterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@return The condition for a URL rewrite or redirect rule, e.g. country code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "condition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "condition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Condition", "sensitive" : false, "setterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.", "setterMethodName" : "setCondition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Source" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@return The source pattern for a URL rewrite or redirect rule.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

The source pattern for a URL rewrite or redirect rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@return The source pattern for a URL rewrite or redirect rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

The source pattern for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 code for a URL rewrite or redirect rule.

\n@return The status code for a URL rewrite or redirect rule.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.\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 code for a URL rewrite or redirect rule.

", "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 code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\n@return The status code for a URL rewrite or redirect rule.", "getterModel" : { "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 code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.", "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 code for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Target" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "Target", "defaultConsumerFluentSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #target(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@return The target pattern for a URL rewrite or redirect rule.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The target pattern for a URL rewrite or redirect rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@return The target pattern for a URL rewrite or redirect rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target pattern for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSource", "beanStyleSetterMethodName" : "setSource", "c2jName" : "source", "c2jShape" : "Source", "defaultConsumerFluentSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #source(String)}.\n@param source a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@return The source pattern for a URL rewrite or redirect rule.\n@deprecated Use {@link #source()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #source(String)}\n", "documentation" : "

The source pattern for a URL rewrite or redirect rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSource", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "source", "fluentSetterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "source", "getterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@return The source pattern for a URL rewrite or redirect rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "source", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "source", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Source", "sensitive" : false, "setterDocumentation" : "

The source pattern for a URL rewrite or redirect rule.

\n@param source The source pattern for a URL rewrite or redirect rule.", "setterMethodName" : "setSource", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "source", "variableType" : "String", "documentation" : "

The source pattern for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "target", "c2jShape" : "Target", "defaultConsumerFluentSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #target(String)}.\n@param target a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #target(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@return The target pattern for a URL rewrite or redirect rule.\n@deprecated Use {@link #target()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #target(String)}\n", "documentation" : "

The target pattern for a URL rewrite or redirect rule.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Target property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTarget", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@return The target pattern for a URL rewrite or redirect rule.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "target", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Target", "sensitive" : false, "setterDocumentation" : "

The target pattern for a URL rewrite or redirect rule.

\n@param target The target pattern for a URL rewrite or redirect rule.", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

The target pattern for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 code for a URL rewrite or redirect rule.

\n@return The status code for a URL rewrite or redirect rule.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.\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 code for a URL rewrite or redirect rule.

", "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 code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status code for a URL rewrite or redirect rule.

\n@return The status code for a URL rewrite or redirect rule.", "getterModel" : { "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 code for a URL rewrite or redirect rule.

\n@param status The status code for a URL rewrite or redirect rule.", "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 code for a URL rewrite or redirect rule.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCondition", "beanStyleSetterMethodName" : "setCondition", "c2jName" : "condition", "c2jShape" : "Condition", "defaultConsumerFluentSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #condition(String)}.\n@param condition a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #condition(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@return The condition for a URL rewrite or redirect rule, e.g. country code.\n@deprecated Use {@link #condition()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #condition(String)}\n", "documentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Condition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCondition", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "condition", "fluentSetterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "condition", "getterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@return The condition for a URL rewrite or redirect rule, e.g. country code.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "condition", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "condition", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Condition", "sensitive" : false, "setterDocumentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

\n@param condition The condition for a URL rewrite or redirect rule, e.g. country code.", "setterMethodName" : "setCondition", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "condition", "variableType" : "String", "documentation" : "

The condition for a URL rewrite or redirect rule, e.g. country code.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "source", "target" ], "shapeName" : "CustomRule", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "customRule", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppRequest" : { "c2jName" : "DeleteAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for an Amplify App delete 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" : { "action" : "DeleteApp", "locationName" : null, "requestUri" : "/apps/{appId}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "DeleteAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAppRequest", "variableName" : "deleteAppRequest", "variableType" : "DeleteAppRequest", "documentation" : null, "simpleType" : "DeleteAppRequest", "variableSetterType" : "DeleteAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteAppResponse" : { "c2jName" : "DeleteAppResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for an Amplify App delete 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" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "App" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "app" ], "shapeName" : "DeleteAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteAppResponse", "variableName" : "deleteAppResponse", "variableType" : "DeleteAppResponse", "documentation" : null, "simpleType" : "DeleteAppResponse", "variableSetterType" : "DeleteAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteBackendEnvironmentRequest" : { "c2jName" : "DeleteBackendEnvironmentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for delete backend environment 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" : { "action" : "DeleteBackendEnvironment", "locationName" : null, "requestUri" : "/apps/{appId}/backendenvironments/{environmentName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id of an Amplify App.

\n@return Unique Id of an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id of an Amplify App.

\n@return Unique Id of an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@return Name of a backend environment of an Amplify App.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name of a backend environment of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@return Name of a backend environment of an Amplify App.", "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" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name of a backend environment of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id of an Amplify App.

\n@return Unique Id of an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id of an Amplify App.

\n@return Unique Id of an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@return Name of a backend environment of an Amplify App.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name of a backend environment of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@return Name of a backend environment of an Amplify App.", "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" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name of a backend environment of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id of an Amplify App.

\n@return Unique Id of an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id of an Amplify App.

\n@return Unique Id of an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id of an Amplify App.

\n@param appId Unique Id of an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@return Name of a backend environment of an Amplify App.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name of a backend environment of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@return Name of a backend environment of an Amplify App.", "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" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name of a backend environment of an Amplify App.

\n@param environmentName Name of a backend environment of an Amplify App.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name of a backend environment of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "environmentName" ], "shapeName" : "DeleteBackendEnvironmentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteBackendEnvironmentRequest", "variableName" : "deleteBackendEnvironmentRequest", "variableType" : "DeleteBackendEnvironmentRequest", "documentation" : null, "simpleType" : "DeleteBackendEnvironmentRequest", "variableSetterType" : "DeleteBackendEnvironmentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteBackendEnvironmentResponse" : { "c2jName" : "DeleteBackendEnvironmentResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure of a delete backend environment result.

", "endpointDiscovery" : 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" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@return Backend environment structure for an Amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an Amplify App.

\n@return Backend environment structure for an Amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an Amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BackendEnvironment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@return Backend environment structure for an Amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an Amplify App.

\n@return Backend environment structure for an Amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an Amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@return Backend environment structure for an Amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an Amplify App.

\n@return Backend environment structure for an Amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an Amplify App.

\n@param backendEnvironment Backend environment structure for an Amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an Amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "backendEnvironment" ], "shapeName" : "DeleteBackendEnvironmentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteBackendEnvironmentResponse", "variableName" : "deleteBackendEnvironmentResponse", "variableType" : "DeleteBackendEnvironmentResponse", "documentation" : null, "simpleType" : "DeleteBackendEnvironmentResponse", "variableSetterType" : "DeleteBackendEnvironmentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteBranchRequest" : { "c2jName" : "DeleteBranchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for delete branch 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" : { "action" : "DeleteBranch", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "DeleteBranchRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteBranchRequest", "variableName" : "deleteBranchRequest", "variableType" : "DeleteBranchRequest", "documentation" : null, "simpleType" : "DeleteBranchRequest", "variableSetterType" : "DeleteBranchRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteBranchResponse" : { "c2jName" : "DeleteBranchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for delete branch 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" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Branch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "branch" ], "shapeName" : "DeleteBranchResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteBranchResponse", "variableName" : "deleteBranchResponse", "variableType" : "DeleteBranchResponse", "documentation" : null, "simpleType" : "DeleteBranchResponse", "variableSetterType" : "DeleteBranchResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDomainAssociationRequest" : { "c2jName" : "DeleteDomainAssociationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the delete Domain Association 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" : { "action" : "DeleteDomainAssociation", "locationName" : null, "requestUri" : "/apps/{appId}/domains/{domainName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "domainName" ], "shapeName" : "DeleteDomainAssociationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDomainAssociationRequest", "variableName" : "deleteDomainAssociationRequest", "variableType" : "DeleteDomainAssociationRequest", "documentation" : null, "simpleType" : "DeleteDomainAssociationRequest", "variableSetterType" : "DeleteDomainAssociationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteDomainAssociationResponse" : { "c2jName" : "DeleteDomainAssociationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the DomainAssociation property for this object.\n@return The value of the DomainAssociation property for this object.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "Returns the value of the DomainAssociation property for this object.\n@return The value of the DomainAssociation property for this object.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainAssociation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the DomainAssociation property for this object.\n@return The value of the DomainAssociation property for this object.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "Returns the value of the DomainAssociation property for this object.\n@return The value of the DomainAssociation property for this object.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the DomainAssociation property for this object.\n@return The value of the DomainAssociation property for this object.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "Returns the value of the DomainAssociation property for this object.\n@return The value of the DomainAssociation property for this object.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "Sets the value of the DomainAssociation property for this object.\n\n@param domainAssociation The new value for the DomainAssociation property for this object.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainAssociation" ], "shapeName" : "DeleteDomainAssociationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteDomainAssociationResponse", "variableName" : "deleteDomainAssociationResponse", "variableType" : "DeleteDomainAssociationResponse", "documentation" : null, "simpleType" : "DeleteDomainAssociationResponse", "variableSetterType" : "DeleteDomainAssociationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteJobRequest" : { "c2jName" : "DeleteJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for delete job 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" : { "action" : "DeleteJob", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/jobs/{jobId}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName", "jobId" ], "shapeName" : "DeleteJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteJobRequest", "variableName" : "deleteJobRequest", "variableType" : "DeleteJobRequest", "documentation" : null, "simpleType" : "DeleteJobRequest", "variableSetterType" : "DeleteJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteJobResponse" : { "c2jName" : "DeleteJobResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the delete job 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" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the JobSummary property for this object.\n@return The value of the JobSummary property for this object.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "Returns the value of the JobSummary property for this object.\n@return The value of the JobSummary property for this object.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the JobSummary property for this object.\n@return The value of the JobSummary property for this object.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "Returns the value of the JobSummary property for this object.\n@return The value of the JobSummary property for this object.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the JobSummary property for this object.\n@return The value of the JobSummary property for this object.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "Returns the value of the JobSummary property for this object.\n@return The value of the JobSummary property for this object.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "Sets the value of the JobSummary property for this object.\n\n@param jobSummary The new value for the JobSummary property for this object.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobSummary" ], "shapeName" : "DeleteJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteJobResponse", "variableName" : "deleteJobResponse", "variableType" : "DeleteJobResponse", "documentation" : null, "simpleType" : "DeleteJobResponse", "variableSetterType" : "DeleteJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteWebhookRequest" : { "c2jName" : "DeleteWebhookRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the delete webhook 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" : { "action" : "DeleteWebhook", "locationName" : null, "requestUri" : "/webhooks/{webhookId}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WebhookId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhookId" ], "shapeName" : "DeleteWebhookRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteWebhookRequest", "variableName" : "deleteWebhookRequest", "variableType" : "DeleteWebhookRequest", "documentation" : null, "simpleType" : "DeleteWebhookRequest", "variableSetterType" : "DeleteWebhookRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteWebhookResponse" : { "c2jName" : "DeleteWebhookResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the delete webhook 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" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Webhook" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhook" ], "shapeName" : "DeleteWebhookResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteWebhookResponse", "variableName" : "deleteWebhookResponse", "variableType" : "DeleteWebhookResponse", "documentation" : null, "simpleType" : "DeleteWebhookResponse", "variableSetterType" : "DeleteWebhookResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DependentServiceFailureException" : { "c2jName" : "DependentServiceFailureException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when an operation fails due to a dependent service throwing an exception.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "DependentServiceFailureException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 503, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DependentServiceFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DependentServiceFailureException", "variableName" : "dependentServiceFailureException", "variableType" : "DependentServiceFailureException", "documentation" : null, "simpleType" : "DependentServiceFailureException", "variableSetterType" : "DependentServiceFailureException" }, "wrapper" : false, "xmlNamespace" : null }, "DomainAssociation" : { "c2jName" : "DomainAssociation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure for Domain Association, which associates a custom domain with an Amplify App.

", "endpointDiscovery" : 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" : "getDomainAssociationArn", "beanStyleSetterMethodName" : "setDomainAssociationArn", "c2jName" : "domainAssociationArn", "c2jShape" : "DomainAssociationArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainAssociationArn(String)}.\n@param domainAssociationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for the Domain Association.

\n@return ARN for the Domain Association.\n@deprecated Use {@link #domainAssociationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociationArn(String)}\n", "documentation" : "

ARN for the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociationArn", "fluentSetterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociationArn", "getterDocumentation" : "

ARN for the Domain Association.

\n@return ARN for the Domain Association.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainAssociationArn", "sensitive" : false, "setterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.", "setterMethodName" : "setDomainAssociationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainAssociationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainAssociationArn", "variableType" : "String", "documentation" : "

ARN for the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "getterModel" : { "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" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainStatus", "beanStyleSetterMethodName" : "setDomainStatus", "c2jName" : "domainStatus", "c2jShape" : "DomainStatus", "defaultConsumerFluentSetterDocumentation" : "

Status fo the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainStatusAsString(String)}.\n@param domainStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status fo the Domain Association.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #domainStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #domainStatusAsString}.\n

\n@return Status fo the Domain Association.\n@see DomainStatus\n@deprecated Use {@link #domainStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus\n@deprecated Use {@link #domainStatus(String)}\n", "documentation" : "

Status fo the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : "DomainStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainStatus", "fluentEnumGetterMethodName" : "domainStatus", "fluentEnumSetterMethodName" : "domainStatus", "fluentGetterMethodName" : "domainStatusAsString", "fluentSetterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus", "fluentSetterMethodName" : "domainStatus", "getterDocumentation" : "

Status fo the Domain Association.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #domainStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #domainStatusAsString}.\n

\n@return Status fo the Domain Association.\n@see DomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainStatus", "sensitive" : false, "setterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainStatus", "variableType" : "String", "documentation" : "

Status fo the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

Reason for the current status of the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@return Reason for the current status of the Domain Association.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

Reason for the current status of the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

Reason for the current status of the Domain Association.

\n@return Reason for the current status of the Domain Association.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

Reason for the current status of the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateVerificationDNSRecord", "beanStyleSetterMethodName" : "setCertificateVerificationDNSRecord", "c2jName" : "certificateVerificationDNSRecord", "c2jShape" : "CertificateVerificationDNSRecord", "defaultConsumerFluentSetterDocumentation" : "

DNS Record for certificate verification.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateVerificationDNSRecord(String)}.\n@param certificateVerificationDNSRecord a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateVerificationDNSRecord(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

DNS Record for certificate verification.

\n@return DNS Record for certificate verification.\n@deprecated Use {@link #certificateVerificationDNSRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificateVerificationDNSRecord(String)}\n", "documentation" : "

DNS Record for certificate verification.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateVerificationDNSRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateVerificationDNSRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateVerificationDNSRecord", "fluentSetterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateVerificationDNSRecord", "getterDocumentation" : "

DNS Record for certificate verification.

\n@return DNS Record for certificate verification.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "certificateVerificationDNSRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "certificateVerificationDNSRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateVerificationDNSRecord", "sensitive" : false, "setterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.", "setterMethodName" : "setCertificateVerificationDNSRecord", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateVerificationDNSRecord", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateVerificationDNSRecord", "variableType" : "String", "documentation" : "

DNS Record for certificate verification.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomains", "beanStyleSetterMethodName" : "setSubDomains", "c2jName" : "subDomains", "c2jShape" : "SubDomains", "defaultConsumerFluentSetterDocumentation" : "

Subdomains for the Domain Association.

\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 #subDomains(List)}.\n@param subDomains 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 #subDomains(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Subdomains for the Domain Association.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomains()} to see if a value was sent in this field.\n

\n@return Subdomains for the Domain Association.\n@deprecated Use {@link #subDomains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomains(List)}\n", "documentation" : "

Subdomains for the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomains", "fluentSetterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomains", "getterDocumentation" : "

Subdomains for the Domain Association.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomains()} to see if a value was sent in this field.\n

\n@return Subdomains for the Domain Association.", "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" : "subDomains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomains", "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" : "SubDomain", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomain.Builder} avoiding the need to create one manually via {@link SubDomain#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomain.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomain)}.\n@param member a consumer that will call methods on {@link SubDomain.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomain)", "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(SubDomain)}\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" : "SubDomain", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomain", "variableName" : "member", "variableType" : "SubDomain", "documentation" : null, "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomain", "variableName" : "member", "variableType" : "SubDomain", "documentation" : "", "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomain", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomain", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomains", "sensitive" : false, "setterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.", "setterMethodName" : "setSubDomains", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomains", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomains", "variableType" : "java.util.List", "documentation" : "

Subdomains for the Domain Association.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateVerificationDNSRecord" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateVerificationDNSRecord", "beanStyleSetterMethodName" : "setCertificateVerificationDNSRecord", "c2jName" : "certificateVerificationDNSRecord", "c2jShape" : "CertificateVerificationDNSRecord", "defaultConsumerFluentSetterDocumentation" : "

DNS Record for certificate verification.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateVerificationDNSRecord(String)}.\n@param certificateVerificationDNSRecord a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateVerificationDNSRecord(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

DNS Record for certificate verification.

\n@return DNS Record for certificate verification.\n@deprecated Use {@link #certificateVerificationDNSRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificateVerificationDNSRecord(String)}\n", "documentation" : "

DNS Record for certificate verification.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateVerificationDNSRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateVerificationDNSRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateVerificationDNSRecord", "fluentSetterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateVerificationDNSRecord", "getterDocumentation" : "

DNS Record for certificate verification.

\n@return DNS Record for certificate verification.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "certificateVerificationDNSRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "certificateVerificationDNSRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateVerificationDNSRecord", "sensitive" : false, "setterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.", "setterMethodName" : "setCertificateVerificationDNSRecord", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateVerificationDNSRecord", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateVerificationDNSRecord", "variableType" : "String", "documentation" : "

DNS Record for certificate verification.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainAssociationArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociationArn", "beanStyleSetterMethodName" : "setDomainAssociationArn", "c2jName" : "domainAssociationArn", "c2jShape" : "DomainAssociationArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainAssociationArn(String)}.\n@param domainAssociationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for the Domain Association.

\n@return ARN for the Domain Association.\n@deprecated Use {@link #domainAssociationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociationArn(String)}\n", "documentation" : "

ARN for the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociationArn", "fluentSetterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociationArn", "getterDocumentation" : "

ARN for the Domain Association.

\n@return ARN for the Domain Association.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainAssociationArn", "sensitive" : false, "setterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.", "setterMethodName" : "setDomainAssociationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainAssociationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainAssociationArn", "variableType" : "String", "documentation" : "

ARN for the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "getterModel" : { "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" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainStatus", "beanStyleSetterMethodName" : "setDomainStatus", "c2jName" : "domainStatus", "c2jShape" : "DomainStatus", "defaultConsumerFluentSetterDocumentation" : "

Status fo the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainStatusAsString(String)}.\n@param domainStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status fo the Domain Association.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #domainStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #domainStatusAsString}.\n

\n@return Status fo the Domain Association.\n@see DomainStatus\n@deprecated Use {@link #domainStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus\n@deprecated Use {@link #domainStatus(String)}\n", "documentation" : "

Status fo the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : "DomainStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainStatus", "fluentEnumGetterMethodName" : "domainStatus", "fluentEnumSetterMethodName" : "domainStatus", "fluentGetterMethodName" : "domainStatusAsString", "fluentSetterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus", "fluentSetterMethodName" : "domainStatus", "getterDocumentation" : "

Status fo the Domain Association.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #domainStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #domainStatusAsString}.\n

\n@return Status fo the Domain Association.\n@see DomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainStatus", "sensitive" : false, "setterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainStatus", "variableType" : "String", "documentation" : "

Status fo the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoSubDomain" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

Reason for the current status of the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@return Reason for the current status of the Domain Association.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

Reason for the current status of the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

Reason for the current status of the Domain Association.

\n@return Reason for the current status of the Domain Association.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

Reason for the current status of the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubDomains" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomains", "beanStyleSetterMethodName" : "setSubDomains", "c2jName" : "subDomains", "c2jShape" : "SubDomains", "defaultConsumerFluentSetterDocumentation" : "

Subdomains for the Domain Association.

\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 #subDomains(List)}.\n@param subDomains 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 #subDomains(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Subdomains for the Domain Association.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomains()} to see if a value was sent in this field.\n

\n@return Subdomains for the Domain Association.\n@deprecated Use {@link #subDomains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomains(List)}\n", "documentation" : "

Subdomains for the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomains", "fluentSetterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomains", "getterDocumentation" : "

Subdomains for the Domain Association.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomains()} to see if a value was sent in this field.\n

\n@return Subdomains for the Domain Association.", "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" : "subDomains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomains", "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" : "SubDomain", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomain.Builder} avoiding the need to create one manually via {@link SubDomain#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomain.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomain)}.\n@param member a consumer that will call methods on {@link SubDomain.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomain)", "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(SubDomain)}\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" : "SubDomain", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomain", "variableName" : "member", "variableType" : "SubDomain", "documentation" : null, "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomain", "variableName" : "member", "variableType" : "SubDomain", "documentation" : "", "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomain", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomain", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomains", "sensitive" : false, "setterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.", "setterMethodName" : "setSubDomains", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomains", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomains", "variableType" : "java.util.List", "documentation" : "

Subdomains for the Domain Association.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociationArn", "beanStyleSetterMethodName" : "setDomainAssociationArn", "c2jName" : "domainAssociationArn", "c2jShape" : "DomainAssociationArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainAssociationArn(String)}.\n@param domainAssociationArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociationArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for the Domain Association.

\n@return ARN for the Domain Association.\n@deprecated Use {@link #domainAssociationArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociationArn(String)}\n", "documentation" : "

ARN for the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociationArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociationArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociationArn", "fluentSetterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociationArn", "getterDocumentation" : "

ARN for the Domain Association.

\n@return ARN for the Domain Association.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociationArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociationArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainAssociationArn", "sensitive" : false, "setterDocumentation" : "

ARN for the Domain Association.

\n@param domainAssociationArn ARN for the Domain Association.", "setterMethodName" : "setDomainAssociationArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainAssociationArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainAssociationArn", "variableType" : "String", "documentation" : "

ARN for the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "getterModel" : { "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" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainStatus", "beanStyleSetterMethodName" : "setDomainStatus", "c2jName" : "domainStatus", "c2jShape" : "DomainStatus", "defaultConsumerFluentSetterDocumentation" : "

Status fo the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainStatusAsString(String)}.\n@param domainStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status fo the Domain Association.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #domainStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #domainStatusAsString}.\n

\n@return Status fo the Domain Association.\n@see DomainStatus\n@deprecated Use {@link #domainStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus\n@deprecated Use {@link #domainStatus(String)}\n", "documentation" : "

Status fo the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : "DomainStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainStatus", "fluentEnumGetterMethodName" : "domainStatus", "fluentEnumSetterMethodName" : "domainStatus", "fluentGetterMethodName" : "domainStatusAsString", "fluentSetterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus", "fluentSetterMethodName" : "domainStatus", "getterDocumentation" : "

Status fo the Domain Association.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #domainStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #domainStatusAsString}.\n

\n@return Status fo the Domain Association.\n@see DomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainStatus", "sensitive" : false, "setterDocumentation" : "

Status fo the Domain Association.

\n@param domainStatus Status fo the Domain Association.\n@see DomainStatus", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainStatus", "variableType" : "String", "documentation" : "

Status fo the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

Reason for the current status of the Domain Association.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@return Reason for the current status of the Domain Association.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

Reason for the current status of the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

Reason for the current status of the Domain Association.

\n@return Reason for the current status of the Domain Association.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

Reason for the current status of the Domain Association.

\n@param statusReason Reason for the current status of the Domain Association.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

Reason for the current status of the Domain Association.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCertificateVerificationDNSRecord", "beanStyleSetterMethodName" : "setCertificateVerificationDNSRecord", "c2jName" : "certificateVerificationDNSRecord", "c2jShape" : "CertificateVerificationDNSRecord", "defaultConsumerFluentSetterDocumentation" : "

DNS Record for certificate verification.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateVerificationDNSRecord(String)}.\n@param certificateVerificationDNSRecord a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateVerificationDNSRecord(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

DNS Record for certificate verification.

\n@return DNS Record for certificate verification.\n@deprecated Use {@link #certificateVerificationDNSRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #certificateVerificationDNSRecord(String)}\n", "documentation" : "

DNS Record for certificate verification.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CertificateVerificationDNSRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCertificateVerificationDNSRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateVerificationDNSRecord", "fluentSetterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateVerificationDNSRecord", "getterDocumentation" : "

DNS Record for certificate verification.

\n@return DNS Record for certificate verification.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "certificateVerificationDNSRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "certificateVerificationDNSRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateVerificationDNSRecord", "sensitive" : false, "setterDocumentation" : "

DNS Record for certificate verification.

\n@param certificateVerificationDNSRecord DNS Record for certificate verification.", "setterMethodName" : "setCertificateVerificationDNSRecord", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateVerificationDNSRecord", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateVerificationDNSRecord", "variableType" : "String", "documentation" : "

DNS Record for certificate verification.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomains", "beanStyleSetterMethodName" : "setSubDomains", "c2jName" : "subDomains", "c2jShape" : "SubDomains", "defaultConsumerFluentSetterDocumentation" : "

Subdomains for the Domain Association.

\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 #subDomains(List)}.\n@param subDomains 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 #subDomains(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Subdomains for the Domain Association.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomains()} to see if a value was sent in this field.\n

\n@return Subdomains for the Domain Association.\n@deprecated Use {@link #subDomains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomains(List)}\n", "documentation" : "

Subdomains for the Domain Association.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomains", "fluentSetterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomains", "getterDocumentation" : "

Subdomains for the Domain Association.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomains()} to see if a value was sent in this field.\n

\n@return Subdomains for the Domain Association.", "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" : "subDomains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomains", "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" : "SubDomain", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomain.Builder} avoiding the need to create one manually via {@link SubDomain#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomain.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomain)}.\n@param member a consumer that will call methods on {@link SubDomain.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomain)", "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(SubDomain)}\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" : "SubDomain", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomain", "variableName" : "member", "variableType" : "SubDomain", "documentation" : null, "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomain", "variableName" : "member", "variableType" : "SubDomain", "documentation" : "", "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomain", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomain", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomains", "sensitive" : false, "setterDocumentation" : "

Subdomains for the Domain Association.

\n@param subDomains Subdomains for the Domain Association.", "setterMethodName" : "setSubDomains", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomains", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomains", "variableType" : "java.util.List", "documentation" : "

Subdomains for the Domain Association.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainAssociationArn", "domainName", "enableAutoSubDomain", "domainStatus", "statusReason", "subDomains" ], "shapeName" : "DomainAssociation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "wrapper" : false, "xmlNamespace" : null }, "DomainStatus" : { "c2jName" : "DomainStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING_VERIFICATION", "value" : "PENDING_VERIFICATION" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "PENDING_DEPLOYMENT", "value" : "PENDING_DEPLOYMENT" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "CREATING", "value" : "CREATING" }, { "name" : "REQUESTING_CERTIFICATE", "value" : "REQUESTING_CERTIFICATE" }, { "name" : "UPDATING", "value" : "UPDATING" } ], "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" : "DomainStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : null, "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "wrapper" : false, "xmlNamespace" : null }, "GenerateAccessLogsRequest" : { "c2jName" : "GenerateAccessLogsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the generate access logs 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" : { "action" : "GenerateAccessLogs", "locationName" : null, "requestUri" : "/apps/{appId}/accesslogs", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The time at which the logs should start, inclusive.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@return The time at which the logs should start, inclusive.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The time at which the logs should start, inclusive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The time at which the logs should start, inclusive.

\n@return The time at which the logs should start, inclusive.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The time at which the logs should start, inclusive.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The time at which the logs should end, inclusive.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@return The time at which the logs should end, inclusive.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The time at which the logs should end, inclusive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The time at which the logs should end, inclusive.

\n@return The time at which the logs should end, inclusive.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The time at which the logs should end, inclusive.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "getterModel" : { "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" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "getterModel" : { "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" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The time at which the logs should end, inclusive.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@return The time at which the logs should end, inclusive.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The time at which the logs should end, inclusive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The time at which the logs should end, inclusive.

\n@return The time at which the logs should end, inclusive.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The time at which the logs should end, inclusive.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The time at which the logs should start, inclusive.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@return The time at which the logs should start, inclusive.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The time at which the logs should start, inclusive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The time at which the logs should start, inclusive.

\n@return The time at which the logs should start, inclusive.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The time at which the logs should start, inclusive.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

The time at which the logs should start, inclusive.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@return The time at which the logs should start, inclusive.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

The time at which the logs should start, inclusive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

The time at which the logs should start, inclusive.

\n@return The time at which the logs should start, inclusive.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

The time at which the logs should start, inclusive.

\n@param startTime The time at which the logs should start, inclusive.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

The time at which the logs should start, inclusive.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

The time at which the logs should end, inclusive.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@return The time at which the logs should end, inclusive.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

The time at which the logs should end, inclusive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

The time at which the logs should end, inclusive.

\n@return The time at which the logs should end, inclusive.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

The time at which the logs should end, inclusive.

\n@param endTime The time at which the logs should end, inclusive.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

The time at which the logs should end, inclusive.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "getterModel" : { "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" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainName", "appId" ], "shapeName" : "GenerateAccessLogsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GenerateAccessLogsRequest", "variableName" : "generateAccessLogsRequest", "variableType" : "GenerateAccessLogsRequest", "documentation" : null, "simpleType" : "GenerateAccessLogsRequest", "variableSetterType" : "GenerateAccessLogsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GenerateAccessLogsResponse" : { "c2jName" : "GenerateAccessLogsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the generate access logs 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" : "getLogUrl", "beanStyleSetterMethodName" : "setLogUrl", "c2jName" : "logUrl", "c2jShape" : "LogUrl", "defaultConsumerFluentSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logUrl(String)}.\n@param logUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@return Pre-signed URL for the requested access logs.\n@deprecated Use {@link #logUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logUrl(String)}\n", "documentation" : "

Pre-signed URL for the requested access logs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logUrl", "fluentSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logUrl", "getterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@return Pre-signed URL for the requested access logs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogUrl", "sensitive" : false, "setterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.", "setterMethodName" : "setLogUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : "

Pre-signed URL for the requested access logs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogUrl", "beanStyleSetterMethodName" : "setLogUrl", "c2jName" : "logUrl", "c2jShape" : "LogUrl", "defaultConsumerFluentSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logUrl(String)}.\n@param logUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@return Pre-signed URL for the requested access logs.\n@deprecated Use {@link #logUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logUrl(String)}\n", "documentation" : "

Pre-signed URL for the requested access logs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logUrl", "fluentSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logUrl", "getterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@return Pre-signed URL for the requested access logs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogUrl", "sensitive" : false, "setterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.", "setterMethodName" : "setLogUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : "

Pre-signed URL for the requested access logs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogUrl", "beanStyleSetterMethodName" : "setLogUrl", "c2jName" : "logUrl", "c2jShape" : "LogUrl", "defaultConsumerFluentSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logUrl(String)}.\n@param logUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@return Pre-signed URL for the requested access logs.\n@deprecated Use {@link #logUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logUrl(String)}\n", "documentation" : "

Pre-signed URL for the requested access logs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logUrl", "fluentSetterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logUrl", "getterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@return Pre-signed URL for the requested access logs.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogUrl", "sensitive" : false, "setterDocumentation" : "

Pre-signed URL for the requested access logs.

\n@param logUrl Pre-signed URL for the requested access logs.", "setterMethodName" : "setLogUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : "

Pre-signed URL for the requested access logs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GenerateAccessLogsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GenerateAccessLogsResponse", "variableName" : "generateAccessLogsResponse", "variableType" : "GenerateAccessLogsResponse", "documentation" : null, "simpleType" : "GenerateAccessLogsResponse", "variableSetterType" : "GenerateAccessLogsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppRequest" : { "c2jName" : "GetAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for get App 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" : { "action" : "GetApp", "locationName" : null, "requestUri" : "/apps/{appId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "GetAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetAppRequest", "variableName" : "getAppRequest", "variableType" : "GetAppRequest", "documentation" : null, "simpleType" : "GetAppRequest", "variableSetterType" : "GetAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetAppResponse" : { "c2jName" : "GetAppResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "App" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the App property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "Returns the value of the App property for this object.\n@return The value of the App property for this object.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "Sets the value of the App property for this object.\n\n@param app The new value for the App property for this object.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "app" ], "shapeName" : "GetAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetAppResponse", "variableName" : "getAppResponse", "variableType" : "GetAppResponse", "documentation" : null, "simpleType" : "GetAppResponse", "variableSetterType" : "GetAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetArtifactUrlRequest" : { "c2jName" : "GetArtifactUrlRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the get artifact 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" : { "action" : "GetArtifactUrl", "locationName" : null, "requestUri" : "/artifacts/{artifactId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactId", "fluentSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "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" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ArtifactId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactId", "fluentSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "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" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactId", "fluentSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "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" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "artifactId" ], "shapeName" : "GetArtifactUrlRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetArtifactUrlRequest", "variableName" : "getArtifactUrlRequest", "variableType" : "GetArtifactUrlRequest", "documentation" : null, "simpleType" : "GetArtifactUrlRequest", "variableSetterType" : "GetArtifactUrlRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetArtifactUrlResponse" : { "c2jName" : "GetArtifactUrlResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the get artifact 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" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactId", "fluentSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactUrl", "beanStyleSetterMethodName" : "setArtifactUrl", "c2jName" : "artifactUrl", "c2jShape" : "ArtifactUrl", "defaultConsumerFluentSetterDocumentation" : "

Presigned url for the artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactUrl(String)}.\n@param artifactUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Presigned url for the artifact.

\n@return Presigned url for the artifact.\n@deprecated Use {@link #artifactUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactUrl(String)}\n", "documentation" : "

Presigned url for the artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactUrl", "fluentSetterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactUrl", "getterDocumentation" : "

Presigned url for the artifact.

\n@return Presigned url for the artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactUrl", "sensitive" : false, "setterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.", "setterMethodName" : "setArtifactUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactUrl", "variableType" : "String", "documentation" : "

Presigned url for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ArtifactId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactId", "fluentSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ArtifactUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactUrl", "beanStyleSetterMethodName" : "setArtifactUrl", "c2jName" : "artifactUrl", "c2jShape" : "ArtifactUrl", "defaultConsumerFluentSetterDocumentation" : "

Presigned url for the artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactUrl(String)}.\n@param artifactUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Presigned url for the artifact.

\n@return Presigned url for the artifact.\n@deprecated Use {@link #artifactUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactUrl(String)}\n", "documentation" : "

Presigned url for the artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactUrl", "fluentSetterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactUrl", "getterDocumentation" : "

Presigned url for the artifact.

\n@return Presigned url for the artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactUrl", "sensitive" : false, "setterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.", "setterMethodName" : "setArtifactUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactUrl", "variableType" : "String", "documentation" : "

Presigned url for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactId", "beanStyleSetterMethodName" : "setArtifactId", "c2jName" : "artifactId", "c2jShape" : "ArtifactId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n", "documentation" : "

Unique Id for a artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactId", "fluentSetterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactId", "getterDocumentation" : "

Unique Id for a artifact.

\n@return Unique Id for a artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a artifact.

\n@param artifactId Unique Id for a artifact.", "setterMethodName" : "setArtifactId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactId", "variableType" : "String", "documentation" : "

Unique Id for a artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactUrl", "beanStyleSetterMethodName" : "setArtifactUrl", "c2jName" : "artifactUrl", "c2jShape" : "ArtifactUrl", "defaultConsumerFluentSetterDocumentation" : "

Presigned url for the artifact.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactUrl(String)}.\n@param artifactUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Presigned url for the artifact.

\n@return Presigned url for the artifact.\n@deprecated Use {@link #artifactUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactUrl(String)}\n", "documentation" : "

Presigned url for the artifact.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactUrl", "fluentSetterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactUrl", "getterDocumentation" : "

Presigned url for the artifact.

\n@return Presigned url for the artifact.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactUrl", "sensitive" : false, "setterDocumentation" : "

Presigned url for the artifact.

\n@param artifactUrl Presigned url for the artifact.", "setterMethodName" : "setArtifactUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactUrl", "variableType" : "String", "documentation" : "

Presigned url for the artifact.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "artifactId", "artifactUrl" ], "shapeName" : "GetArtifactUrlResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetArtifactUrlResponse", "variableName" : "getArtifactUrlResponse", "variableType" : "GetArtifactUrlResponse", "documentation" : null, "simpleType" : "GetArtifactUrlResponse", "variableSetterType" : "GetArtifactUrlResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetBackendEnvironmentRequest" : { "c2jName" : "GetBackendEnvironmentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for get backend environment 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" : { "action" : "GetBackendEnvironment", "locationName" : null, "requestUri" : "/apps/{appId}/backendenvironments/{environmentName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for the backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for the backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.", "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" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for the backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for the backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for the backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.", "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" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for the backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name for the backend environment.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name for the backend environment.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name for the backend environment.

\n@return Name for the backend environment.", "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" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name for the backend environment.

\n@param environmentName Name for the backend environment.", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name for the backend environment.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "environmentName" ], "shapeName" : "GetBackendEnvironmentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetBackendEnvironmentRequest", "variableName" : "getBackendEnvironmentRequest", "variableType" : "GetBackendEnvironmentRequest", "documentation" : null, "simpleType" : "GetBackendEnvironmentRequest", "variableSetterType" : "GetBackendEnvironmentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetBackendEnvironmentResponse" : { "c2jName" : "GetBackendEnvironmentResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for get backend environment result.

", "endpointDiscovery" : 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" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@return Backend environment structure for an an Amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@return Backend environment structure for an an Amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an an Amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BackendEnvironment" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@return Backend environment structure for an an Amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@return Backend environment structure for an an Amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an an Amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironment", "beanStyleSetterMethodName" : "setBackendEnvironment", "c2jName" : "backendEnvironment", "c2jShape" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironment(BackendEnvironment)}.\n@param backendEnvironment a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironment(BackendEnvironment)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@return Backend environment structure for an an Amplify App.\n@deprecated Use {@link #backendEnvironment()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironment(BackendEnvironment)}\n", "documentation" : "

Backend environment structure for an an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironment property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironment", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironment", "fluentSetterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironment", "getterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@return Backend environment structure for an an Amplify App.", "getterModel" : { "returnType" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironment", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironment", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "BackendEnvironment", "sensitive" : false, "setterDocumentation" : "

Backend environment structure for an an Amplify App.

\n@param backendEnvironment Backend environment structure for an an Amplify App.", "setterMethodName" : "setBackendEnvironment", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "backendEnvironment", "variableType" : "BackendEnvironment", "documentation" : "

Backend environment structure for an an Amplify App.

", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "backendEnvironment" ], "shapeName" : "GetBackendEnvironmentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetBackendEnvironmentResponse", "variableName" : "getBackendEnvironmentResponse", "variableType" : "GetBackendEnvironmentResponse", "documentation" : null, "simpleType" : "GetBackendEnvironmentResponse", "variableSetterType" : "GetBackendEnvironmentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetBranchRequest" : { "c2jName" : "GetBranchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for get branch 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" : { "action" : "GetBranch", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "GetBranchRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetBranchRequest", "variableName" : "getBranchRequest", "variableType" : "GetBranchRequest", "documentation" : null, "simpleType" : "GetBranchRequest", "variableSetterType" : "GetBranchRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetBranchResponse" : { "c2jName" : "GetBranchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Branch property for this object.\n\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Branch property for this object.\n@return The value of the Branch property for this object.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "Returns the value of the Branch property for this object.\n@return The value of the Branch property for this object.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Branch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Branch property for this object.\n\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Branch property for this object.\n@return The value of the Branch property for this object.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "Returns the value of the Branch property for this object.\n@return The value of the Branch property for this object.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Branch property for this object.\n\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Branch property for this object.\n@return The value of the Branch property for this object.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "Returns the value of the Branch property for this object.\n@return The value of the Branch property for this object.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "Sets the value of the Branch property for this object.\n\n@param branch The new value for the Branch property for this object.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "branch" ], "shapeName" : "GetBranchResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetBranchResponse", "variableName" : "getBranchResponse", "variableType" : "GetBranchResponse", "documentation" : null, "simpleType" : "GetBranchResponse", "variableSetterType" : "GetBranchResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetDomainAssociationRequest" : { "c2jName" : "GetDomainAssociationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the get Domain Association 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" : { "action" : "GetDomainAssociation", "locationName" : null, "requestUri" : "/apps/{appId}/domains/{domainName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "domainName" ], "shapeName" : "GetDomainAssociationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDomainAssociationRequest", "variableName" : "getDomainAssociationRequest", "variableType" : "GetDomainAssociationRequest", "documentation" : null, "simpleType" : "GetDomainAssociationRequest", "variableSetterType" : "GetDomainAssociationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetDomainAssociationResponse" : { "c2jName" : "GetDomainAssociationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the get Domain Association 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" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainAssociation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainAssociation" ], "shapeName" : "GetDomainAssociationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDomainAssociationResponse", "variableName" : "getDomainAssociationResponse", "variableType" : "GetDomainAssociationResponse", "documentation" : null, "simpleType" : "GetDomainAssociationResponse", "variableSetterType" : "GetDomainAssociationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetJobRequest" : { "c2jName" : "GetJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for get job 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" : { "action" : "GetJob", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/jobs/{jobId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName", "jobId" ], "shapeName" : "GetJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetJobRequest", "variableName" : "getJobRequest", "variableType" : "GetJobRequest", "documentation" : null, "simpleType" : "GetJobRequest", "variableSetterType" : "GetJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetJobResponse" : { "c2jName" : "GetJobResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Job property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #job(Job)}.\n@param job a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #job(Job)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Job property for this object.\n@return The value of the Job property for this object.\n@deprecated Use {@link #job()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #job(Job)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Job property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "Returns the value of the Job property for this object.\n@return The value of the Job property for this object.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "job", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Job", "sensitive" : false, "setterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Job" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Job property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #job(Job)}.\n@param job a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #job(Job)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Job property for this object.\n@return The value of the Job property for this object.\n@deprecated Use {@link #job()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #job(Job)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Job property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "Returns the value of the Job property for this object.\n@return The value of the Job property for this object.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "job", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Job", "sensitive" : false, "setterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Job property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #job(Job)}.\n@param job a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #job(Job)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Job property for this object.\n@return The value of the Job property for this object.\n@deprecated Use {@link #job()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #job(Job)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Job property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "Returns the value of the Job property for this object.\n@return The value of the Job property for this object.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "job", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Job", "sensitive" : false, "setterDocumentation" : "Sets the value of the Job property for this object.\n\n@param job The new value for the Job property for this object.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "job" ], "shapeName" : "GetJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetJobResponse", "variableName" : "getJobResponse", "variableType" : "GetJobResponse", "documentation" : null, "simpleType" : "GetJobResponse", "variableSetterType" : "GetJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetWebhookRequest" : { "c2jName" : "GetWebhookRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the get webhook 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" : { "action" : "GetWebhook", "locationName" : null, "requestUri" : "/webhooks/{webhookId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "WebhookId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhookId" ], "shapeName" : "GetWebhookRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetWebhookRequest", "variableName" : "getWebhookRequest", "variableType" : "GetWebhookRequest", "documentation" : null, "simpleType" : "GetWebhookRequest", "variableSetterType" : "GetWebhookRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetWebhookResponse" : { "c2jName" : "GetWebhookResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the get webhook 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" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Webhook" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhook" ], "shapeName" : "GetWebhookResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetWebhookResponse", "variableName" : "getWebhookResponse", "variableType" : "GetWebhookResponse", "documentation" : null, "simpleType" : "GetWebhookResponse", "variableSetterType" : "GetWebhookResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InternalFailureException" : { "c2jName" : "InternalFailureException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when the service fails to perform an operation due to an internal issue.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalFailureException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "wrapper" : false, "xmlNamespace" : null }, "Job" : { "c2jName" : "Job", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure for an execution job for an Amplify App.

", "endpointDiscovery" : 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" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(JobSummary)}.\n@param summary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@return Summary for an execution job for an Amplify App.\n@deprecated Use {@link #summary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #summary(JobSummary)}\n", "documentation" : "

Summary for an execution job for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Summary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@return Summary for an execution job for an Amplify App.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "summary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "summary", "variableType" : "JobSummary", "documentation" : "

Summary for an execution job for an Amplify App.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSteps", "beanStyleSetterMethodName" : "setSteps", "c2jName" : "steps", "c2jShape" : "Steps", "defaultConsumerFluentSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\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 #steps(List)}.\n@param steps 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 #steps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSteps()} to see if a value was sent in this field.\n

\n@return Execution steps for an execution job, for an Amplify App.\n@deprecated Use {@link #steps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #steps(List)}\n", "documentation" : "

Execution steps for an execution job, for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Steps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSteps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "steps", "fluentSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "steps", "getterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSteps()} to see if a value was sent in this field.\n

\n@return Execution steps for an execution job, for an Amplify App.", "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" : "steps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "steps", "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" : "Step", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Step.Builder} avoiding the need to create one manually via {@link Step#builder()}.\n\nWhen the {@link Consumer} completes, {@link Step.Builder#build()} is called immediately and its result is passed to {@link #member(Step)}.\n@param member a consumer that will call methods on {@link Step.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Step)", "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(Step)}\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" : "Step", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Step", "variableName" : "member", "variableType" : "Step", "documentation" : null, "simpleType" : "Step", "variableSetterType" : "Step" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Step", "variableName" : "member", "variableType" : "Step", "documentation" : "", "simpleType" : "Step", "variableSetterType" : "Step" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Step", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Step", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Steps", "sensitive" : false, "setterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.", "setterMethodName" : "setSteps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "steps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "steps", "variableType" : "java.util.List", "documentation" : "

Execution steps for an execution job, for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Steps" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSteps", "beanStyleSetterMethodName" : "setSteps", "c2jName" : "steps", "c2jShape" : "Steps", "defaultConsumerFluentSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\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 #steps(List)}.\n@param steps 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 #steps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSteps()} to see if a value was sent in this field.\n

\n@return Execution steps for an execution job, for an Amplify App.\n@deprecated Use {@link #steps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #steps(List)}\n", "documentation" : "

Execution steps for an execution job, for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Steps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSteps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "steps", "fluentSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "steps", "getterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSteps()} to see if a value was sent in this field.\n

\n@return Execution steps for an execution job, for an Amplify App.", "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" : "steps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "steps", "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" : "Step", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Step.Builder} avoiding the need to create one manually via {@link Step#builder()}.\n\nWhen the {@link Consumer} completes, {@link Step.Builder#build()} is called immediately and its result is passed to {@link #member(Step)}.\n@param member a consumer that will call methods on {@link Step.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Step)", "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(Step)}\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" : "Step", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Step", "variableName" : "member", "variableType" : "Step", "documentation" : null, "simpleType" : "Step", "variableSetterType" : "Step" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Step", "variableName" : "member", "variableType" : "Step", "documentation" : "", "simpleType" : "Step", "variableSetterType" : "Step" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Step", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Step", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Steps", "sensitive" : false, "setterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.", "setterMethodName" : "setSteps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "steps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "steps", "variableType" : "java.util.List", "documentation" : "

Execution steps for an execution job, for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Summary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(JobSummary)}.\n@param summary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@return Summary for an execution job for an Amplify App.\n@deprecated Use {@link #summary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #summary(JobSummary)}\n", "documentation" : "

Summary for an execution job for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Summary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@return Summary for an execution job for an Amplify App.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "summary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "summary", "variableType" : "JobSummary", "documentation" : "

Summary for an execution job for an Amplify App.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSummary", "beanStyleSetterMethodName" : "setSummary", "c2jName" : "summary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #summary(JobSummary)}.\n@param summary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #summary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@return Summary for an execution job for an Amplify App.\n@deprecated Use {@link #summary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #summary(JobSummary)}\n", "documentation" : "

Summary for an execution job for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Summary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "summary", "fluentSetterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "summary", "getterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@return Summary for an execution job for an Amplify App.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "summary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "summary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Summary", "sensitive" : false, "setterDocumentation" : "

Summary for an execution job for an Amplify App.

\n@param summary Summary for an execution job for an Amplify App.", "setterMethodName" : "setSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "summary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "summary", "variableType" : "JobSummary", "documentation" : "

Summary for an execution job for an Amplify App.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSteps", "beanStyleSetterMethodName" : "setSteps", "c2jName" : "steps", "c2jShape" : "Steps", "defaultConsumerFluentSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\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 #steps(List)}.\n@param steps 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 #steps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSteps()} to see if a value was sent in this field.\n

\n@return Execution steps for an execution job, for an Amplify App.\n@deprecated Use {@link #steps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #steps(List)}\n", "documentation" : "

Execution steps for an execution job, for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Steps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSteps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "steps", "fluentSetterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "steps", "getterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSteps()} to see if a value was sent in this field.\n

\n@return Execution steps for an execution job, for an Amplify App.", "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" : "steps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "steps", "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" : "Step", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Step.Builder} avoiding the need to create one manually via {@link Step#builder()}.\n\nWhen the {@link Consumer} completes, {@link Step.Builder#build()} is called immediately and its result is passed to {@link #member(Step)}.\n@param member a consumer that will call methods on {@link Step.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Step)", "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(Step)}\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" : "Step", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Step", "variableName" : "member", "variableType" : "Step", "documentation" : null, "simpleType" : "Step", "variableSetterType" : "Step" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Step", "variableName" : "member", "variableType" : "Step", "documentation" : "", "simpleType" : "Step", "variableSetterType" : "Step" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Step", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Step", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Steps", "sensitive" : false, "setterDocumentation" : "

Execution steps for an execution job, for an Amplify App.

\n@param steps Execution steps for an execution job, for an Amplify App.", "setterMethodName" : "setSteps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "steps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "steps", "variableType" : "java.util.List", "documentation" : "

Execution steps for an execution job, for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "summary", "steps" ], "shapeName" : "Job", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "wrapper" : false, "xmlNamespace" : null }, "JobStatus" : { "c2jName" : "JobStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "PROVISIONING", "value" : "PROVISIONING" }, { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "SUCCEED", "value" : "SUCCEED" }, { "name" : "CANCELLING", "value" : "CANCELLING" }, { "name" : "CANCELLED", "value" : "CANCELLED" } ], "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" : "JobStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobStatus", "variableName" : "jobStatus", "variableType" : "JobStatus", "documentation" : null, "simpleType" : "JobStatus", "variableSetterType" : "JobStatus" }, "wrapper" : false, "xmlNamespace" : null }, "JobSummary" : { "c2jName" : "JobSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure for the summary of a Job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobArn", "beanStyleSetterMethodName" : "setJobArn", "c2jName" : "jobArn", "c2jShape" : "JobArn", "defaultConsumerFluentSetterDocumentation" : "

Arn for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobArn(String)}.\n@param jobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Arn for the Job.

\n@return Arn for the Job.\n@deprecated Use {@link #jobArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobArn(String)}\n", "documentation" : "

Arn for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobArn", "fluentSetterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobArn", "getterDocumentation" : "

Arn for the Job.

\n@return Arn for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobArn", "sensitive" : false, "setterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.", "setterMethodName" : "setJobArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobArn", "variableType" : "String", "documentation" : "

Arn for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitId", "beanStyleSetterMethodName" : "setCommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "defaultConsumerFluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitId(String)}.\n@param commitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitId(String)}\n", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitId", "fluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitId", "getterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitId", "sensitive" : false, "setterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitMessage", "beanStyleSetterMethodName" : "setCommitMessage", "c2jName" : "commitMessage", "c2jShape" : "CommitMessage", "defaultConsumerFluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitMessage(String)}.\n@param commitMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitMessage(String)}\n", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitMessage", "fluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitMessage", "getterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitMessage", "sensitive" : false, "setterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitTime", "beanStyleSetterMethodName" : "setCommitTime", "c2jName" : "commitTime", "c2jShape" : "CommitTime", "defaultConsumerFluentSetterDocumentation" : "

Commit date / time for the Job.

\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 #commitTime(Instant)}.\n@param commitTime 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 #commitTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.\n@deprecated Use {@link #commitTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitTime(Instant)}\n", "documentation" : "

Commit date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitTime", "fluentSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitTime", "getterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.", "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" : "commitTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CommitTime", "sensitive" : false, "setterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.", "setterMethodName" : "setCommitTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : "

Commit date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

Start date / time for the Job.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Start date / time for the Job.

\n@return Start date / time for the Job.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

Start date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

Start date / time for the Job.

\n@return Start date / time for the Job.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

Start date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

Status for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status for the Job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status for the Job.\n@see JobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status for the Job.

", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status for the Job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status for the Job.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

End date / time for the Job.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

End date / time for the Job.

\n@return End date / time for the Job.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

End date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

End date / time for the Job.

\n@return End date / time for the Job.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

End date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobType", "beanStyleSetterMethodName" : "setJobType", "c2jName" : "jobType", "c2jShape" : "JobType", "defaultConsumerFluentSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobTypeAsString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@deprecated Use {@link #jobTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType\n@deprecated Use {@link #jobType(String)}\n", "documentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

", "endpointDiscoveryId" : false, "enumType" : "JobType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobType", "fluentEnumGetterMethodName" : "jobType", "fluentEnumSetterMethodName" : "jobType", "fluentGetterMethodName" : "jobTypeAsString", "fluentSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType", "fluentSetterMethodName" : "jobType", "getterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobType", "sensitive" : false, "setterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType", "setterMethodName" : "setJobType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CommitId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitId", "beanStyleSetterMethodName" : "setCommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "defaultConsumerFluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitId(String)}.\n@param commitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitId(String)}\n", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitId", "fluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitId", "getterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitId", "sensitive" : false, "setterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CommitMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitMessage", "beanStyleSetterMethodName" : "setCommitMessage", "c2jName" : "commitMessage", "c2jShape" : "CommitMessage", "defaultConsumerFluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitMessage(String)}.\n@param commitMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitMessage(String)}\n", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitMessage", "fluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitMessage", "getterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitMessage", "sensitive" : false, "setterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CommitTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitTime", "beanStyleSetterMethodName" : "setCommitTime", "c2jName" : "commitTime", "c2jShape" : "CommitTime", "defaultConsumerFluentSetterDocumentation" : "

Commit date / time for the Job.

\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 #commitTime(Instant)}.\n@param commitTime 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 #commitTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.\n@deprecated Use {@link #commitTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitTime(Instant)}\n", "documentation" : "

Commit date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitTime", "fluentSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitTime", "getterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.", "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" : "commitTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CommitTime", "sensitive" : false, "setterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.", "setterMethodName" : "setCommitTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : "

Commit date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

End date / time for the Job.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

End date / time for the Job.

\n@return End date / time for the Job.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

End date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

End date / time for the Job.

\n@return End date / time for the Job.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

End date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobArn", "beanStyleSetterMethodName" : "setJobArn", "c2jName" : "jobArn", "c2jShape" : "JobArn", "defaultConsumerFluentSetterDocumentation" : "

Arn for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobArn(String)}.\n@param jobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Arn for the Job.

\n@return Arn for the Job.\n@deprecated Use {@link #jobArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobArn(String)}\n", "documentation" : "

Arn for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobArn", "fluentSetterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobArn", "getterDocumentation" : "

Arn for the Job.

\n@return Arn for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobArn", "sensitive" : false, "setterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.", "setterMethodName" : "setJobArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobArn", "variableType" : "String", "documentation" : "

Arn for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobType", "beanStyleSetterMethodName" : "setJobType", "c2jName" : "jobType", "c2jShape" : "JobType", "defaultConsumerFluentSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobTypeAsString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@deprecated Use {@link #jobTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType\n@deprecated Use {@link #jobType(String)}\n", "documentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

", "endpointDiscoveryId" : false, "enumType" : "JobType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobType", "fluentEnumGetterMethodName" : "jobType", "fluentEnumSetterMethodName" : "jobType", "fluentGetterMethodName" : "jobTypeAsString", "fluentSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType", "fluentSetterMethodName" : "jobType", "getterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobType", "sensitive" : false, "setterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType", "setterMethodName" : "setJobType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

Start date / time for the Job.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Start date / time for the Job.

\n@return Start date / time for the Job.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

Start date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

Start date / time for the Job.

\n@return Start date / time for the Job.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

Start date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

Status for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status for the Job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status for the Job.\n@see JobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status for the Job.

", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status for the Job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status for the Job.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobArn", "beanStyleSetterMethodName" : "setJobArn", "c2jName" : "jobArn", "c2jShape" : "JobArn", "defaultConsumerFluentSetterDocumentation" : "

Arn for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobArn(String)}.\n@param jobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Arn for the Job.

\n@return Arn for the Job.\n@deprecated Use {@link #jobArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobArn(String)}\n", "documentation" : "

Arn for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobArn", "fluentSetterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobArn", "getterDocumentation" : "

Arn for the Job.

\n@return Arn for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobArn", "sensitive" : false, "setterDocumentation" : "

Arn for the Job.

\n@param jobArn Arn for the Job.", "setterMethodName" : "setJobArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobArn", "variableType" : "String", "documentation" : "

Arn for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitId", "beanStyleSetterMethodName" : "setCommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "defaultConsumerFluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitId(String)}.\n@param commitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitId(String)}\n", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitId", "fluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitId", "getterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitId", "sensitive" : false, "setterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitMessage", "beanStyleSetterMethodName" : "setCommitMessage", "c2jName" : "commitMessage", "c2jShape" : "CommitMessage", "defaultConsumerFluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitMessage(String)}.\n@param commitMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitMessage(String)}\n", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitMessage", "fluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitMessage", "getterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitMessage", "sensitive" : false, "setterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitTime", "beanStyleSetterMethodName" : "setCommitTime", "c2jName" : "commitTime", "c2jShape" : "CommitTime", "defaultConsumerFluentSetterDocumentation" : "

Commit date / time for the Job.

\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 #commitTime(Instant)}.\n@param commitTime 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 #commitTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.\n@deprecated Use {@link #commitTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitTime(Instant)}\n", "documentation" : "

Commit date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitTime", "fluentSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitTime", "getterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.", "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" : "commitTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CommitTime", "sensitive" : false, "setterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.", "setterMethodName" : "setCommitTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : "

Commit date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

Start date / time for the Job.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Start date / time for the Job.

\n@return Start date / time for the Job.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

Start date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

Start date / time for the Job.

\n@return Start date / time for the Job.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

Start date / time for the Job.

\n@param startTime Start date / time for the Job.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

Start date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

Status for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status for the Job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status for the Job.\n@see JobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status for the Job.

", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status for the Job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status for the Job.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status for the Job.

\n@param status Status for the Job.\n@see JobStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

End date / time for the Job.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

End date / time for the Job.

\n@return End date / time for the Job.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

End date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

End date / time for the Job.

\n@return End date / time for the Job.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

End date / time for the Job.

\n@param endTime End date / time for the Job.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

End date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobType", "beanStyleSetterMethodName" : "setJobType", "c2jName" : "jobType", "c2jShape" : "JobType", "defaultConsumerFluentSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobTypeAsString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@deprecated Use {@link #jobTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType\n@deprecated Use {@link #jobType(String)}\n", "documentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

", "endpointDiscoveryId" : false, "enumType" : "JobType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobType", "fluentEnumGetterMethodName" : "jobType", "fluentEnumSetterMethodName" : "jobType", "fluentGetterMethodName" : "jobTypeAsString", "fluentSetterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType", "fluentSetterMethodName" : "jobType", "getterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobType", "sensitive" : false, "setterDocumentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

\n@param jobType Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.\n@see JobType", "setterMethodName" : "setJobType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : "

Type for the Job. \\n \"RELEASE\": Manually released from source by using StartJob API. \"RETRY\": Manually retried by using StartJob API. \"WEB_HOOK\": Automatically triggered by WebHooks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobArn", "jobId", "commitId", "commitMessage", "commitTime", "startTime", "status", "jobType" ], "shapeName" : "JobSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "wrapper" : false, "xmlNamespace" : null }, "JobType" : { "c2jName" : "JobType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "RELEASE", "value" : "RELEASE" }, { "name" : "RETRY", "value" : "RETRY" }, { "name" : "MANUAL", "value" : "MANUAL" }, { "name" : "WEB_HOOK", "value" : "WEB_HOOK" } ], "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" : "JobType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobType", "variableName" : "jobType", "variableType" : "JobType", "documentation" : null, "simpleType" : "JobType", "variableSetterType" : "JobType" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when a resource could not be created because of service limits.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 429, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false, "xmlNamespace" : null }, "ListAppsRequest" : { "c2jName" : "ListAppsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for an Amplify App list 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" : { "action" : "ListApps", "locationName" : null, "requestUri" : "/apps", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAppsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAppsRequest", "variableName" : "listAppsRequest", "variableType" : "ListAppsRequest", "documentation" : null, "simpleType" : "ListAppsRequest", "variableSetterType" : "ListAppsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListAppsResponse" : { "c2jName" : "ListAppsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for an Amplify App list 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" : true }, "beanStyleGetterMethodName" : "getApps", "beanStyleSetterMethodName" : "setApps", "c2jName" : "apps", "c2jShape" : "Apps", "defaultConsumerFluentSetterDocumentation" : "

List of Amplify Apps.

\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 #apps(List)}.\n@param apps 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 #apps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of Amplify Apps.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return List of Amplify Apps.\n@deprecated Use {@link #apps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #apps(List)}\n", "documentation" : "

List of Amplify Apps.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Apps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "apps", "fluentSetterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "apps", "getterDocumentation" : "

List of Amplify Apps.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return List of Amplify Apps.", "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" : "apps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "apps", "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" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #member(App)}.\n@param member a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(App)", "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(App)}\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" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "member", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "member", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "App", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "App", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Apps", "sensitive" : false, "setterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.", "setterMethodName" : "setApps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : "

List of Amplify Apps.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Apps" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApps", "beanStyleSetterMethodName" : "setApps", "c2jName" : "apps", "c2jShape" : "Apps", "defaultConsumerFluentSetterDocumentation" : "

List of Amplify Apps.

\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 #apps(List)}.\n@param apps 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 #apps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of Amplify Apps.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return List of Amplify Apps.\n@deprecated Use {@link #apps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #apps(List)}\n", "documentation" : "

List of Amplify Apps.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Apps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "apps", "fluentSetterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "apps", "getterDocumentation" : "

List of Amplify Apps.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return List of Amplify Apps.", "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" : "apps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "apps", "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" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #member(App)}.\n@param member a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(App)", "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(App)}\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" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "member", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "member", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "App", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "App", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Apps", "sensitive" : false, "setterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.", "setterMethodName" : "setApps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : "

List of Amplify Apps.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getApps", "beanStyleSetterMethodName" : "setApps", "c2jName" : "apps", "c2jShape" : "Apps", "defaultConsumerFluentSetterDocumentation" : "

List of Amplify Apps.

\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 #apps(List)}.\n@param apps 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 #apps(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of Amplify Apps.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return List of Amplify Apps.\n@deprecated Use {@link #apps()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #apps(List)}\n", "documentation" : "

List of Amplify Apps.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Apps property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApps", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "apps", "fluentSetterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "apps", "getterDocumentation" : "

List of Amplify Apps.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasApps()} to see if a value was sent in this field.\n

\n@return List of Amplify Apps.", "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" : "apps", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "apps", "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" : "App", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #member(App)}.\n@param member a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(App)", "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(App)}\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" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "member", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "member", "variableType" : "App", "documentation" : "", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "App", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "App", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Apps", "sensitive" : false, "setterDocumentation" : "

List of Amplify Apps.

\n@param apps List of Amplify Apps.", "setterMethodName" : "setApps", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "apps", "variableType" : "java.util.List", "documentation" : "

List of Amplify Apps.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "apps" ], "shapeName" : "ListAppsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAppsResponse", "variableName" : "listAppsResponse", "variableType" : "ListAppsResponse", "documentation" : null, "simpleType" : "ListAppsResponse", "variableSetterType" : "ListAppsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListArtifactsRequest" : { "c2jName" : "ListArtifactsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the list artifacts 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" : { "action" : "ListArtifacts", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Job.

\n@return Unique Id for an Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for an Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for an Job.

\n@return Unique Id for an Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for an Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@return Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@return Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Job.

\n@return Unique Id for an Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for an Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for an Job.

\n@return Unique Id for an Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for an Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@return Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@return Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Job.

\n@return Unique Id for an Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for an Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for an Job.

\n@return Unique Id for an Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Job.

\n@param jobId Unique Id for an Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for an Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@return Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@return Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

\n@param nextToken Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing artifacts from start. If non-null pagination token is returned in a result, then pass its value in here to list more artifacts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName", "jobId" ], "shapeName" : "ListArtifactsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListArtifactsRequest", "variableName" : "listArtifactsRequest", "variableType" : "ListArtifactsRequest", "documentation" : null, "simpleType" : "ListArtifactsRequest", "variableSetterType" : "ListArtifactsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListArtifactsResponse" : { "c2jName" : "ListArtifactsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the list artifacts 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" : true }, "beanStyleGetterMethodName" : "getArtifacts", "beanStyleSetterMethodName" : "setArtifacts", "c2jName" : "artifacts", "c2jShape" : "Artifacts", "defaultConsumerFluentSetterDocumentation" : "

List of artifacts.

\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 #artifacts(List)}.\n@param artifacts 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 #artifacts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of artifacts.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasArtifacts()} to see if a value was sent in this field.\n

\n@return List of artifacts.\n@deprecated Use {@link #artifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifacts(List)}\n", "documentation" : "

List of artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Artifacts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifacts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifacts", "fluentSetterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifacts", "getterDocumentation" : "

List of artifacts.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasArtifacts()} to see if a value was sent in this field.\n

\n@return List of artifacts.", "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" : "artifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifacts", "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" : "Artifact", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)", "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(Artifact)}\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" : "Artifact", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Artifact", "variableName" : "member", "variableType" : "Artifact", "documentation" : null, "simpleType" : "Artifact", "variableSetterType" : "Artifact" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Artifact", "variableName" : "member", "variableType" : "Artifact", "documentation" : "", "simpleType" : "Artifact", "variableSetterType" : "Artifact" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Artifact", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Artifact", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Artifacts", "sensitive" : false, "setterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.", "setterMethodName" : "setArtifacts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "artifacts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "artifacts", "variableType" : "java.util.List", "documentation" : "

List of artifacts.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Artifacts" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getArtifacts", "beanStyleSetterMethodName" : "setArtifacts", "c2jName" : "artifacts", "c2jShape" : "Artifacts", "defaultConsumerFluentSetterDocumentation" : "

List of artifacts.

\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 #artifacts(List)}.\n@param artifacts 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 #artifacts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of artifacts.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasArtifacts()} to see if a value was sent in this field.\n

\n@return List of artifacts.\n@deprecated Use {@link #artifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifacts(List)}\n", "documentation" : "

List of artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Artifacts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifacts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifacts", "fluentSetterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifacts", "getterDocumentation" : "

List of artifacts.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasArtifacts()} to see if a value was sent in this field.\n

\n@return List of artifacts.", "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" : "artifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifacts", "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" : "Artifact", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)", "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(Artifact)}\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" : "Artifact", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Artifact", "variableName" : "member", "variableType" : "Artifact", "documentation" : null, "simpleType" : "Artifact", "variableSetterType" : "Artifact" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Artifact", "variableName" : "member", "variableType" : "Artifact", "documentation" : "", "simpleType" : "Artifact", "variableSetterType" : "Artifact" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Artifact", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Artifact", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Artifacts", "sensitive" : false, "setterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.", "setterMethodName" : "setArtifacts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "artifacts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "artifacts", "variableType" : "java.util.List", "documentation" : "

List of artifacts.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getArtifacts", "beanStyleSetterMethodName" : "setArtifacts", "c2jName" : "artifacts", "c2jShape" : "Artifacts", "defaultConsumerFluentSetterDocumentation" : "

List of artifacts.

\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 #artifacts(List)}.\n@param artifacts 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 #artifacts(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of artifacts.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasArtifacts()} to see if a value was sent in this field.\n

\n@return List of artifacts.\n@deprecated Use {@link #artifacts()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifacts(List)}\n", "documentation" : "

List of artifacts.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Artifacts property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifacts", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifacts", "fluentSetterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifacts", "getterDocumentation" : "

List of artifacts.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasArtifacts()} to see if a value was sent in this field.\n

\n@return List of artifacts.", "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" : "artifacts", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifacts", "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" : "Artifact", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artifact.Builder} avoiding the need to create one manually via {@link Artifact#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artifact.Builder#build()} is called immediately and its result is passed to {@link #member(Artifact)}.\n@param member a consumer that will call methods on {@link Artifact.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artifact)", "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(Artifact)}\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" : "Artifact", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Artifact", "variableName" : "member", "variableType" : "Artifact", "documentation" : null, "simpleType" : "Artifact", "variableSetterType" : "Artifact" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Artifact", "variableName" : "member", "variableType" : "Artifact", "documentation" : "", "simpleType" : "Artifact", "variableSetterType" : "Artifact" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Artifact", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Artifact", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Artifacts", "sensitive" : false, "setterDocumentation" : "

List of artifacts.

\n@param artifacts List of artifacts.", "setterMethodName" : "setArtifacts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "artifacts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "artifacts", "variableType" : "java.util.List", "documentation" : "

List of artifacts.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "artifacts" ], "shapeName" : "ListArtifactsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListArtifactsResponse", "variableName" : "listArtifactsResponse", "variableType" : "ListArtifactsResponse", "documentation" : null, "simpleType" : "ListArtifactsResponse", "variableSetterType" : "ListArtifactsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListBackendEnvironmentsRequest" : { "c2jName" : "ListBackendEnvironmentsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for list backend environments 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" : { "action" : "ListBackendEnvironments", "locationName" : null, "requestUri" : "/apps/{appId}/backendenvironments", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an amplify App.

\n@return Unique Id for an amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an amplify App.

\n@return Unique Id for an amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name of the backend environment

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the backend environment

\n@return Name of the backend environment\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name of the backend environment

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name of the backend environment

\n@return Name of the backend environment", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name of the backend environment

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@return Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@return Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an amplify App.

\n@return Unique Id for an amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an amplify App.

\n@return Unique Id for an amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name of the backend environment

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the backend environment

\n@return Name of the backend environment\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name of the backend environment

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name of the backend environment

\n@return Name of the backend environment", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name of the backend environment

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@return Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@return Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an amplify App.

\n@return Unique Id for an amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an amplify App.

\n@return Unique Id for an amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an amplify App.

\n@param appId Unique Id for an amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnvironmentName", "beanStyleSetterMethodName" : "setEnvironmentName", "c2jName" : "environmentName", "c2jShape" : "EnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

Name of the backend environment

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #environmentName(String)}.\n@param environmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the backend environment

\n@return Name of the backend environment\n@deprecated Use {@link #environmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentName(String)}\n", "documentation" : "

Name of the backend environment

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentName", "fluentSetterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentName", "getterDocumentation" : "

Name of the backend environment

\n@return Name of the backend environment", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EnvironmentName", "sensitive" : false, "setterDocumentation" : "

Name of the backend environment

\n@param environmentName Name of the backend environment", "setterMethodName" : "setEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "environmentName", "variableType" : "String", "documentation" : "

Name of the backend environment

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@return Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@return Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

\n@param nextToken Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing backen environments from start. If a non-null pagination token is returned in a result, then pass its value in here to list more backend environments.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "ListBackendEnvironmentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListBackendEnvironmentsRequest", "variableName" : "listBackendEnvironmentsRequest", "variableType" : "ListBackendEnvironmentsRequest", "documentation" : null, "simpleType" : "ListBackendEnvironmentsRequest", "variableSetterType" : "ListBackendEnvironmentsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListBackendEnvironmentsResponse" : { "c2jName" : "ListBackendEnvironmentsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for list backend environments result.

", "endpointDiscovery" : 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" : "getBackendEnvironments", "beanStyleSetterMethodName" : "setBackendEnvironments", "c2jName" : "backendEnvironments", "c2jShape" : "BackendEnvironments", "defaultConsumerFluentSetterDocumentation" : "

List of backend environments for an Amplify App.

\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 #backendEnvironments(List)}.\n@param backendEnvironments 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 #backendEnvironments(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of backend environments for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBackendEnvironments()} to see if a value was sent in this field.\n

\n@return List of backend environments for an Amplify App.\n@deprecated Use {@link #backendEnvironments()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironments(List)}\n", "documentation" : "

List of backend environments for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironments property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironments", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironments", "fluentSetterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironments", "getterDocumentation" : "

List of backend environments for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBackendEnvironments()} to see if a value was sent in this field.\n

\n@return List of backend environments for an Amplify App.", "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" : "backendEnvironments", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironments", "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" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #member(BackendEnvironment)}.\n@param member a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackendEnvironment)", "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(BackendEnvironment)}\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" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "member", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "member", "variableType" : "BackendEnvironment", "documentation" : "", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BackendEnvironment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BackendEnvironment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BackendEnvironments", "sensitive" : false, "setterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.", "setterMethodName" : "setBackendEnvironments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "backendEnvironments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "backendEnvironments", "variableType" : "java.util.List", "documentation" : "

List of backend environments for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BackendEnvironments" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBackendEnvironments", "beanStyleSetterMethodName" : "setBackendEnvironments", "c2jName" : "backendEnvironments", "c2jShape" : "BackendEnvironments", "defaultConsumerFluentSetterDocumentation" : "

List of backend environments for an Amplify App.

\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 #backendEnvironments(List)}.\n@param backendEnvironments 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 #backendEnvironments(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of backend environments for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBackendEnvironments()} to see if a value was sent in this field.\n

\n@return List of backend environments for an Amplify App.\n@deprecated Use {@link #backendEnvironments()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironments(List)}\n", "documentation" : "

List of backend environments for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironments property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironments", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironments", "fluentSetterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironments", "getterDocumentation" : "

List of backend environments for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBackendEnvironments()} to see if a value was sent in this field.\n

\n@return List of backend environments for an Amplify App.", "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" : "backendEnvironments", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironments", "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" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #member(BackendEnvironment)}.\n@param member a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackendEnvironment)", "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(BackendEnvironment)}\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" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "member", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "member", "variableType" : "BackendEnvironment", "documentation" : "", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BackendEnvironment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BackendEnvironment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BackendEnvironments", "sensitive" : false, "setterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.", "setterMethodName" : "setBackendEnvironments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "backendEnvironments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "backendEnvironments", "variableType" : "java.util.List", "documentation" : "

List of backend environments for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBackendEnvironments", "beanStyleSetterMethodName" : "setBackendEnvironments", "c2jName" : "backendEnvironments", "c2jShape" : "BackendEnvironments", "defaultConsumerFluentSetterDocumentation" : "

List of backend environments for an Amplify App.

\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 #backendEnvironments(List)}.\n@param backendEnvironments 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 #backendEnvironments(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of backend environments for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBackendEnvironments()} to see if a value was sent in this field.\n

\n@return List of backend environments for an Amplify App.\n@deprecated Use {@link #backendEnvironments()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironments(List)}\n", "documentation" : "

List of backend environments for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironments property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironments", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironments", "fluentSetterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironments", "getterDocumentation" : "

List of backend environments for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBackendEnvironments()} to see if a value was sent in this field.\n

\n@return List of backend environments for an Amplify App.", "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" : "backendEnvironments", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironments", "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" : "BackendEnvironment", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackendEnvironment.Builder} avoiding the need to create one manually via {@link BackendEnvironment#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackendEnvironment.Builder#build()} is called immediately and its result is passed to {@link #member(BackendEnvironment)}.\n@param member a consumer that will call methods on {@link BackendEnvironment.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackendEnvironment)", "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(BackendEnvironment)}\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" : "BackendEnvironment", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "member", "variableType" : "BackendEnvironment", "documentation" : null, "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "BackendEnvironment", "variableName" : "member", "variableType" : "BackendEnvironment", "documentation" : "", "simpleType" : "BackendEnvironment", "variableSetterType" : "BackendEnvironment" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "BackendEnvironment", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "BackendEnvironment", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "BackendEnvironments", "sensitive" : false, "setterDocumentation" : "

List of backend environments for an Amplify App.

\n@param backendEnvironments List of backend environments for an Amplify App.", "setterMethodName" : "setBackendEnvironments", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "backendEnvironments", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "backendEnvironments", "variableType" : "java.util.List", "documentation" : "

List of backend environments for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "backendEnvironments" ], "shapeName" : "ListBackendEnvironmentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListBackendEnvironmentsResponse", "variableName" : "listBackendEnvironmentsResponse", "variableType" : "ListBackendEnvironmentsResponse", "documentation" : null, "simpleType" : "ListBackendEnvironmentsResponse", "variableSetterType" : "ListBackendEnvironmentsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListBranchesRequest" : { "c2jName" : "ListBranchesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for list branches 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" : { "action" : "ListBranches", "locationName" : null, "requestUri" : "/apps/{appId}/branches", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@return Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@return Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@return Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@return Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@return Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@return Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

\n@param nextToken Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "ListBranchesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListBranchesRequest", "variableName" : "listBranchesRequest", "variableType" : "ListBranchesRequest", "documentation" : null, "simpleType" : "ListBranchesRequest", "variableSetterType" : "ListBranchesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListBranchesResponse" : { "c2jName" : "ListBranchesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for list branches 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" : true }, "beanStyleGetterMethodName" : "getBranches", "beanStyleSetterMethodName" : "setBranches", "c2jName" : "branches", "c2jShape" : "Branches", "defaultConsumerFluentSetterDocumentation" : "

List of branches for an Amplify App.

\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 #branches(List)}.\n@param branches 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 #branches(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of branches for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBranches()} to see if a value was sent in this field.\n

\n@return List of branches for an Amplify App.\n@deprecated Use {@link #branches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branches(List)}\n", "documentation" : "

List of branches for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branches", "fluentSetterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branches", "getterDocumentation" : "

List of branches for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBranches()} to see if a value was sent in this field.\n

\n@return List of branches for an Amplify App.", "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" : "branches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branches", "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" : "Branch", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #member(Branch)}.\n@param member a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Branch)", "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(Branch)}\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" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "member", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "member", "variableType" : "Branch", "documentation" : "", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Branch", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Branch", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Branches", "sensitive" : false, "setterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.", "setterMethodName" : "setBranches", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "branches", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "branches", "variableType" : "java.util.List", "documentation" : "

List of branches for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Branches" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBranches", "beanStyleSetterMethodName" : "setBranches", "c2jName" : "branches", "c2jShape" : "Branches", "defaultConsumerFluentSetterDocumentation" : "

List of branches for an Amplify App.

\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 #branches(List)}.\n@param branches 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 #branches(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of branches for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBranches()} to see if a value was sent in this field.\n

\n@return List of branches for an Amplify App.\n@deprecated Use {@link #branches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branches(List)}\n", "documentation" : "

List of branches for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branches", "fluentSetterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branches", "getterDocumentation" : "

List of branches for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBranches()} to see if a value was sent in this field.\n

\n@return List of branches for an Amplify App.", "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" : "branches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branches", "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" : "Branch", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #member(Branch)}.\n@param member a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Branch)", "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(Branch)}\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" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "member", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "member", "variableType" : "Branch", "documentation" : "", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Branch", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Branch", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Branches", "sensitive" : false, "setterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.", "setterMethodName" : "setBranches", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "branches", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "branches", "variableType" : "java.util.List", "documentation" : "

List of branches for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getBranches", "beanStyleSetterMethodName" : "setBranches", "c2jName" : "branches", "c2jShape" : "Branches", "defaultConsumerFluentSetterDocumentation" : "

List of branches for an Amplify App.

\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 #branches(List)}.\n@param branches 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 #branches(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of branches for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBranches()} to see if a value was sent in this field.\n

\n@return List of branches for an Amplify App.\n@deprecated Use {@link #branches()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branches(List)}\n", "documentation" : "

List of branches for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branches property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranches", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branches", "fluentSetterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branches", "getterDocumentation" : "

List of branches for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasBranches()} to see if a value was sent in this field.\n

\n@return List of branches for an Amplify App.", "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" : "branches", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branches", "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" : "Branch", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #member(Branch)}.\n@param member a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Branch)", "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(Branch)}\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" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "member", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "member", "variableType" : "Branch", "documentation" : "", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Branch", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Branch", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Branches", "sensitive" : false, "setterDocumentation" : "

List of branches for an Amplify App.

\n@param branches List of branches for an Amplify App.", "setterMethodName" : "setBranches", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "branches", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "branches", "variableType" : "java.util.List", "documentation" : "

List of branches for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "branches" ], "shapeName" : "ListBranchesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListBranchesResponse", "variableName" : "listBranchesResponse", "variableType" : "ListBranchesResponse", "documentation" : null, "simpleType" : "ListBranchesResponse", "variableSetterType" : "ListBranchesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListDomainAssociationsRequest" : { "c2jName" : "ListDomainAssociationsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the list Domain Associations 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" : { "action" : "ListDomainAssociations", "locationName" : null, "requestUri" : "/apps/{appId}/domains", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@return Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

\n@param nextToken Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "ListDomainAssociationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDomainAssociationsRequest", "variableName" : "listDomainAssociationsRequest", "variableType" : "ListDomainAssociationsRequest", "documentation" : null, "simpleType" : "ListDomainAssociationsRequest", "variableSetterType" : "ListDomainAssociationsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListDomainAssociationsResponse" : { "c2jName" : "ListDomainAssociationsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the list Domain Association 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" : true }, "beanStyleGetterMethodName" : "getDomainAssociations", "beanStyleSetterMethodName" : "setDomainAssociations", "c2jName" : "domainAssociations", "c2jShape" : "DomainAssociations", "defaultConsumerFluentSetterDocumentation" : "

List of Domain Associations.

\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 #domainAssociations(List)}.\n@param domainAssociations 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 #domainAssociations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of Domain Associations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDomainAssociations()} to see if a value was sent in this field.\n

\n@return List of Domain Associations.\n@deprecated Use {@link #domainAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociations(List)}\n", "documentation" : "

List of Domain Associations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociations", "fluentSetterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociations", "getterDocumentation" : "

List of Domain Associations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDomainAssociations()} to see if a value was sent in this field.\n

\n@return List of Domain Associations.", "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" : "domainAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociations", "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" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainAssociation)}.\n@param member a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainAssociation)", "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(DomainAssociation)}\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" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "member", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "member", "variableType" : "DomainAssociation", "documentation" : "", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainAssociation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainAssociation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainAssociations", "sensitive" : false, "setterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.", "setterMethodName" : "setDomainAssociations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainAssociations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainAssociations", "variableType" : "java.util.List", "documentation" : "

List of Domain Associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainAssociations" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDomainAssociations", "beanStyleSetterMethodName" : "setDomainAssociations", "c2jName" : "domainAssociations", "c2jShape" : "DomainAssociations", "defaultConsumerFluentSetterDocumentation" : "

List of Domain Associations.

\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 #domainAssociations(List)}.\n@param domainAssociations 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 #domainAssociations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of Domain Associations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDomainAssociations()} to see if a value was sent in this field.\n

\n@return List of Domain Associations.\n@deprecated Use {@link #domainAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociations(List)}\n", "documentation" : "

List of Domain Associations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociations", "fluentSetterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociations", "getterDocumentation" : "

List of Domain Associations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDomainAssociations()} to see if a value was sent in this field.\n

\n@return List of Domain Associations.", "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" : "domainAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociations", "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" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainAssociation)}.\n@param member a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainAssociation)", "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(DomainAssociation)}\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" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "member", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "member", "variableType" : "DomainAssociation", "documentation" : "", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainAssociation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainAssociation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainAssociations", "sensitive" : false, "setterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.", "setterMethodName" : "setDomainAssociations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainAssociations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainAssociations", "variableType" : "java.util.List", "documentation" : "

List of Domain Associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getDomainAssociations", "beanStyleSetterMethodName" : "setDomainAssociations", "c2jName" : "domainAssociations", "c2jShape" : "DomainAssociations", "defaultConsumerFluentSetterDocumentation" : "

List of Domain Associations.

\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 #domainAssociations(List)}.\n@param domainAssociations 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 #domainAssociations(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of Domain Associations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDomainAssociations()} to see if a value was sent in this field.\n

\n@return List of Domain Associations.\n@deprecated Use {@link #domainAssociations()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociations(List)}\n", "documentation" : "

List of Domain Associations.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociations property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociations", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociations", "fluentSetterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociations", "getterDocumentation" : "

List of Domain Associations.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasDomainAssociations()} to see if a value was sent in this field.\n

\n@return List of Domain Associations.", "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" : "domainAssociations", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociations", "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" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainAssociation)}.\n@param member a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainAssociation)", "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(DomainAssociation)}\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" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "member", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "member", "variableType" : "DomainAssociation", "documentation" : "", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainAssociation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainAssociation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainAssociations", "sensitive" : false, "setterDocumentation" : "

List of Domain Associations.

\n@param domainAssociations List of Domain Associations.", "setterMethodName" : "setDomainAssociations", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainAssociations", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainAssociations", "variableType" : "java.util.List", "documentation" : "

List of Domain Associations.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainAssociations" ], "shapeName" : "ListDomainAssociationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDomainAssociationsResponse", "variableName" : "listDomainAssociationsResponse", "variableType" : "ListDomainAssociationsResponse", "documentation" : null, "simpleType" : "ListDomainAssociationsResponse", "variableSetterType" : "ListDomainAssociationsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListJobsRequest" : { "c2jName" : "ListJobsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for list job 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" : { "action" : "ListJobs", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/jobs", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch.

\n@return Name for a branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch.

\n@return Name for a branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@return Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@return Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch.

\n@return Name for a branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch.

\n@return Name for a branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@return Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@return Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch.

\n@return Name for a branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch.

\n@return Name for a branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch.

\n@param branchName Name for a branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@return Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@return Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

\n@param nextToken Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing steps from start. If a non-null pagination token is returned in a result, then pass its value in here to list more steps.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "ListJobsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListJobsRequest", "variableName" : "listJobsRequest", "variableType" : "ListJobsRequest", "documentation" : null, "simpleType" : "ListJobsRequest", "variableSetterType" : "ListJobsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListJobsResponse" : { "c2jName" : "ListJobsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscovery" : 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" : "getJobSummaries", "beanStyleSetterMethodName" : "setJobSummaries", "c2jName" : "jobSummaries", "c2jShape" : "JobSummaries", "defaultConsumerFluentSetterDocumentation" : "

Result structure for list job result request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobSummaries(List)}.\n@param jobSummaries 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 #jobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Result structure for list job result request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasJobSummaries()} to see if a value was sent in this field.\n

\n@return Result structure for list job result request.\n@deprecated Use {@link #jobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummaries(List)}\n", "documentation" : "

Result structure for list job result request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummaries", "fluentSetterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummaries", "getterDocumentation" : "

Result structure for list job result request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasJobSummaries()} to see if a value was sent in this field.\n

\n@return Result structure for list job result request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummaries", "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" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(JobSummary)}.\n@param member a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobSummary)", "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(JobSummary)}\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" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "member", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "member", "variableType" : "JobSummary", "documentation" : "", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "JobSummaries", "sensitive" : false, "setterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.", "setterMethodName" : "setJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobSummaries", "variableType" : "java.util.List", "documentation" : "

Result structure for list job result request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getJobSummaries", "beanStyleSetterMethodName" : "setJobSummaries", "c2jName" : "jobSummaries", "c2jShape" : "JobSummaries", "defaultConsumerFluentSetterDocumentation" : "

Result structure for list job result request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobSummaries(List)}.\n@param jobSummaries 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 #jobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Result structure for list job result request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasJobSummaries()} to see if a value was sent in this field.\n

\n@return Result structure for list job result request.\n@deprecated Use {@link #jobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummaries(List)}\n", "documentation" : "

Result structure for list job result request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummaries", "fluentSetterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummaries", "getterDocumentation" : "

Result structure for list job result request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasJobSummaries()} to see if a value was sent in this field.\n

\n@return Result structure for list job result request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummaries", "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" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(JobSummary)}.\n@param member a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobSummary)", "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(JobSummary)}\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" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "member", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "member", "variableType" : "JobSummary", "documentation" : "", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "JobSummaries", "sensitive" : false, "setterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.", "setterMethodName" : "setJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobSummaries", "variableType" : "java.util.List", "documentation" : "

Result structure for list job result request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getJobSummaries", "beanStyleSetterMethodName" : "setJobSummaries", "c2jName" : "jobSummaries", "c2jShape" : "JobSummaries", "defaultConsumerFluentSetterDocumentation" : "

Result structure for list job result request.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #jobSummaries(List)}.\n@param jobSummaries 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 #jobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Result structure for list job result request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasJobSummaries()} to see if a value was sent in this field.\n

\n@return Result structure for list job result request.\n@deprecated Use {@link #jobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummaries(List)}\n", "documentation" : "

Result structure for list job result request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummaries", "fluentSetterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummaries", "getterDocumentation" : "

Result structure for list job result request.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasJobSummaries()} to see if a value was sent in this field.\n

\n@return Result structure for list job result request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummaries", "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" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(JobSummary)}.\n@param member a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobSummary)", "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(JobSummary)}\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" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "member", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "member", "variableType" : "JobSummary", "documentation" : "", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "JobSummaries", "sensitive" : false, "setterDocumentation" : "

Result structure for list job result request.

\n@param jobSummaries Result structure for list job result request.", "setterMethodName" : "setJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobSummaries", "variableType" : "java.util.List", "documentation" : "

Result structure for list job result request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobSummaries" ], "shapeName" : "ListJobsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListJobsResponse", "variableName" : "listJobsResponse", "variableType" : "ListJobsResponse", "documentation" : null, "simpleType" : "ListJobsResponse", "variableSetterType" : "ListJobsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure used to list tags for 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" : "ListTagsForResource", "locationName" : null, "requestUri" : "/tags/{resourceArn}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to list tags.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to list tags.

\n@return Resource arn used to list tags.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to list tags.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to list tags.

\n@return Resource arn used to list tags.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to list tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to list tags.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to list tags.

\n@return Resource arn used to list tags.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to list tags.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to list tags.

\n@return Resource arn used to list tags.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to list tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to list tags.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to list tags.

\n@return Resource arn used to list tags.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to list tags.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to list tags.

\n@return Resource arn used to list tags.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to list tags.

\n@param resourceArn Resource arn used to list tags.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to list tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn" ], "shapeName" : "ListTagsForResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForResourceRequest", "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTagsForResourceResponse" : { "c2jName" : "ListTagsForResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Response for list tags.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags result for response.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tags result for response.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags result for response.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags result for response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags result for response.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags result for response.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags result for response.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags result for response.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tags result for response.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags result for response.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags result for response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags result for response.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags result for response.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags result for response.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags result for response.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tags result for response.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags result for response.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags result for response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags result for response.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags result for response.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags result for response.

\n@param tags Tags result for response.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags result for response.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForResourceResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForResourceResponse", "variableName" : "listTagsForResourceResponse", "variableType" : "ListTagsForResourceResponse", "documentation" : null, "simpleType" : "ListTagsForResourceResponse", "variableSetterType" : "ListTagsForResourceResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListWebhooksRequest" : { "c2jName" : "ListWebhooksRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for the list webhooks 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" : { "action" : "ListWebhooks", "locationName" : null, "requestUri" : "/apps/{appId}/webhooks", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@return Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@return Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@return Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@return Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@return Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@return Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "nextToken", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

\n@param nextToken Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. Set to null to start listing webhooks from start. If non-null pagination token is returned in a result, then pass its value in here to list more webhooks.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "maxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

Maximum number of records to list in a single response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

Maximum number of records to list in a single response.

\n@return Maximum number of records to list in a single response.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "maxResults", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "maxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

Maximum number of records to list in a single response.

\n@param maxResults Maximum number of records to list in a single response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

Maximum number of records to list in a single response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "ListWebhooksRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListWebhooksRequest", "variableName" : "listWebhooksRequest", "variableType" : "ListWebhooksRequest", "documentation" : null, "simpleType" : "ListWebhooksRequest", "variableSetterType" : "ListWebhooksRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListWebhooksResponse" : { "c2jName" : "ListWebhooksResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the list webhooks 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" : true }, "beanStyleGetterMethodName" : "getWebhooks", "beanStyleSetterMethodName" : "setWebhooks", "c2jName" : "webhooks", "c2jShape" : "Webhooks", "defaultConsumerFluentSetterDocumentation" : "

List of webhooks.

\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 #webhooks(List)}.\n@param webhooks 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 #webhooks(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of webhooks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasWebhooks()} to see if a value was sent in this field.\n

\n@return List of webhooks.\n@deprecated Use {@link #webhooks()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhooks(List)}\n", "documentation" : "

List of webhooks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhooks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhooks", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhooks", "fluentSetterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhooks", "getterDocumentation" : "

List of webhooks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasWebhooks()} to see if a value was sent in this field.\n

\n@return List of webhooks.", "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" : "webhooks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhooks", "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" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #member(Webhook)}.\n@param member a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Webhook)", "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(Webhook)}\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" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "member", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "member", "variableType" : "Webhook", "documentation" : "", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Webhook", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Webhook", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Webhooks", "sensitive" : false, "setterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.", "setterMethodName" : "setWebhooks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "webhooks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "webhooks", "variableType" : "java.util.List", "documentation" : "

List of webhooks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Webhooks" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWebhooks", "beanStyleSetterMethodName" : "setWebhooks", "c2jName" : "webhooks", "c2jShape" : "Webhooks", "defaultConsumerFluentSetterDocumentation" : "

List of webhooks.

\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 #webhooks(List)}.\n@param webhooks 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 #webhooks(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of webhooks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasWebhooks()} to see if a value was sent in this field.\n

\n@return List of webhooks.\n@deprecated Use {@link #webhooks()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhooks(List)}\n", "documentation" : "

List of webhooks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhooks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhooks", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhooks", "fluentSetterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhooks", "getterDocumentation" : "

List of webhooks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasWebhooks()} to see if a value was sent in this field.\n

\n@return List of webhooks.", "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" : "webhooks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhooks", "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" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #member(Webhook)}.\n@param member a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Webhook)", "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(Webhook)}\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" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "member", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "member", "variableType" : "Webhook", "documentation" : "", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Webhook", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Webhook", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Webhooks", "sensitive" : false, "setterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.", "setterMethodName" : "setWebhooks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "webhooks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "webhooks", "variableType" : "java.util.List", "documentation" : "

List of webhooks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWebhooks", "beanStyleSetterMethodName" : "setWebhooks", "c2jName" : "webhooks", "c2jShape" : "Webhooks", "defaultConsumerFluentSetterDocumentation" : "

List of webhooks.

\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 #webhooks(List)}.\n@param webhooks 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 #webhooks(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of webhooks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasWebhooks()} to see if a value was sent in this field.\n

\n@return List of webhooks.\n@deprecated Use {@link #webhooks()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhooks(List)}\n", "documentation" : "

List of webhooks.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhooks property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhooks", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhooks", "fluentSetterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhooks", "getterDocumentation" : "

List of webhooks.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasWebhooks()} to see if a value was sent in this field.\n

\n@return List of webhooks.", "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" : "webhooks", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhooks", "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" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #member(Webhook)}.\n@param member a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Webhook)", "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(Webhook)}\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" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "member", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "member", "variableType" : "Webhook", "documentation" : "", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Webhook", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Webhook", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Webhooks", "sensitive" : false, "setterDocumentation" : "

List of webhooks.

\n@param webhooks List of webhooks.", "setterMethodName" : "setWebhooks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "webhooks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "webhooks", "variableType" : "java.util.List", "documentation" : "

List of webhooks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@return Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "nextToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "nextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

\n@param nextToken Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhooks" ], "shapeName" : "ListWebhooksResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListWebhooksResponse", "variableName" : "listWebhooksResponse", "variableType" : "ListWebhooksResponse", "documentation" : null, "simpleType" : "ListWebhooksResponse", "variableSetterType" : "ListWebhooksResponse" }, "wrapper" : false, "xmlNamespace" : null }, "NotFoundException" : { "c2jName" : "NotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when an entity has not been found during an operation.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotFoundException", "variableName" : "notFoundException", "variableType" : "NotFoundException", "documentation" : null, "simpleType" : "NotFoundException", "variableSetterType" : "NotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "Platform" : { "c2jName" : "Platform", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "WEB", "value" : "WEB" } ], "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" : "Platform", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Platform", "variableName" : "platform", "variableType" : "Platform", "documentation" : null, "simpleType" : "Platform", "variableSetterType" : "Platform" }, "wrapper" : false, "xmlNamespace" : null }, "ProductionBranch" : { "c2jName" : "ProductionBranch", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure with Production Branch 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" : "getLastDeployTime", "beanStyleSetterMethodName" : "setLastDeployTime", "c2jName" : "lastDeployTime", "c2jShape" : "LastDeployTime", "defaultConsumerFluentSetterDocumentation" : "

Last Deploy Time of Production Branch.

\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 #lastDeployTime(Instant)}.\n@param lastDeployTime 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 #lastDeployTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@return Last Deploy Time of Production Branch.\n@deprecated Use {@link #lastDeployTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastDeployTime(Instant)}\n", "documentation" : "

Last Deploy Time of Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastDeployTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastDeployTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastDeployTime", "fluentSetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastDeployTime", "getterDocumentation" : "

Last Deploy Time of Production Branch.

\n@return Last Deploy Time of Production Branch.", "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" : "lastDeployTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastDeployTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastDeployTime", "sensitive" : false, "setterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.", "setterMethodName" : "setLastDeployTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastDeployTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastDeployTime", "variableType" : "java.time.Instant", "documentation" : "

Last Deploy Time of Production Branch.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

Status of Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Status of Production Branch.

\n@return Status of Production Branch.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of Production Branch.

\n@param status Status of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of Production Branch.

", "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" : "

Status of Production Branch.

\n@param status Status of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of Production Branch.

\n@return Status of Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of Production Branch.

\n@param status Status of Production Branch.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThumbnailUrl", "beanStyleSetterMethodName" : "setThumbnailUrl", "c2jName" : "thumbnailUrl", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "

Thumbnail URL for Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thumbnailUrl(String)}.\n@param thumbnailUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@return Thumbnail URL for Production Branch.\n@deprecated Use {@link #thumbnailUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thumbnailUrl(String)}\n", "documentation" : "

Thumbnail URL for Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThumbnailUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasThumbnailUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailUrl", "fluentSetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailUrl", "getterDocumentation" : "

Thumbnail URL for Production Branch.

\n@return Thumbnail URL for Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thumbnailUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thumbnailUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThumbnailUrl", "sensitive" : false, "setterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.", "setterMethodName" : "setThumbnailUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : "

Thumbnail URL for Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Branch Name for Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch Name for Production Branch.

\n@return Branch Name for Production Branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Branch Name for Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Branch Name for Production Branch.

\n@return Branch Name for Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Branch Name for Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Branch Name for Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch Name for Production Branch.

\n@return Branch Name for Production Branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Branch Name for Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Branch Name for Production Branch.

\n@return Branch Name for Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Branch Name for Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastDeployTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastDeployTime", "beanStyleSetterMethodName" : "setLastDeployTime", "c2jName" : "lastDeployTime", "c2jShape" : "LastDeployTime", "defaultConsumerFluentSetterDocumentation" : "

Last Deploy Time of Production Branch.

\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 #lastDeployTime(Instant)}.\n@param lastDeployTime 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 #lastDeployTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@return Last Deploy Time of Production Branch.\n@deprecated Use {@link #lastDeployTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastDeployTime(Instant)}\n", "documentation" : "

Last Deploy Time of Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastDeployTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastDeployTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastDeployTime", "fluentSetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastDeployTime", "getterDocumentation" : "

Last Deploy Time of Production Branch.

\n@return Last Deploy Time of Production Branch.", "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" : "lastDeployTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastDeployTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastDeployTime", "sensitive" : false, "setterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.", "setterMethodName" : "setLastDeployTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastDeployTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastDeployTime", "variableType" : "java.time.Instant", "documentation" : "

Last Deploy Time of Production Branch.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

Status of Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Status of Production Branch.

\n@return Status of Production Branch.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of Production Branch.

\n@param status Status of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of Production Branch.

", "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" : "

Status of Production Branch.

\n@param status Status of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of Production Branch.

\n@return Status of Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of Production Branch.

\n@param status Status of Production Branch.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ThumbnailUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThumbnailUrl", "beanStyleSetterMethodName" : "setThumbnailUrl", "c2jName" : "thumbnailUrl", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "

Thumbnail URL for Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thumbnailUrl(String)}.\n@param thumbnailUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@return Thumbnail URL for Production Branch.\n@deprecated Use {@link #thumbnailUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thumbnailUrl(String)}\n", "documentation" : "

Thumbnail URL for Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThumbnailUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasThumbnailUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailUrl", "fluentSetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailUrl", "getterDocumentation" : "

Thumbnail URL for Production Branch.

\n@return Thumbnail URL for Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thumbnailUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thumbnailUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThumbnailUrl", "sensitive" : false, "setterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.", "setterMethodName" : "setThumbnailUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : "

Thumbnail URL for Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastDeployTime", "beanStyleSetterMethodName" : "setLastDeployTime", "c2jName" : "lastDeployTime", "c2jShape" : "LastDeployTime", "defaultConsumerFluentSetterDocumentation" : "

Last Deploy Time of Production Branch.

\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 #lastDeployTime(Instant)}.\n@param lastDeployTime 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 #lastDeployTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@return Last Deploy Time of Production Branch.\n@deprecated Use {@link #lastDeployTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastDeployTime(Instant)}\n", "documentation" : "

Last Deploy Time of Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastDeployTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastDeployTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastDeployTime", "fluentSetterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastDeployTime", "getterDocumentation" : "

Last Deploy Time of Production Branch.

\n@return Last Deploy Time of Production Branch.", "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" : "lastDeployTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "lastDeployTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastDeployTime", "sensitive" : false, "setterDocumentation" : "

Last Deploy Time of Production Branch.

\n@param lastDeployTime Last Deploy Time of Production Branch.", "setterMethodName" : "setLastDeployTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastDeployTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastDeployTime", "variableType" : "java.time.Instant", "documentation" : "

Last Deploy Time of Production Branch.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "Status", "defaultConsumerFluentSetterDocumentation" : "

Status of Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Status of Production Branch.

\n@return Status of Production Branch.\n@deprecated Use {@link #status()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of Production Branch.

\n@param status Status of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of Production Branch.

", "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" : "

Status of Production Branch.

\n@param status Status of Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of Production Branch.

\n@return Status of Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of Production Branch.

\n@param status Status of Production Branch.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getThumbnailUrl", "beanStyleSetterMethodName" : "setThumbnailUrl", "c2jName" : "thumbnailUrl", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "

Thumbnail URL for Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #thumbnailUrl(String)}.\n@param thumbnailUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thumbnailUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@return Thumbnail URL for Production Branch.\n@deprecated Use {@link #thumbnailUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #thumbnailUrl(String)}\n", "documentation" : "

Thumbnail URL for Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ThumbnailUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasThumbnailUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailUrl", "fluentSetterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailUrl", "getterDocumentation" : "

Thumbnail URL for Production Branch.

\n@return Thumbnail URL for Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "thumbnailUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "thumbnailUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ThumbnailUrl", "sensitive" : false, "setterDocumentation" : "

Thumbnail URL for Production Branch.

\n@param thumbnailUrl Thumbnail URL for Production Branch.", "setterMethodName" : "setThumbnailUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailUrl", "variableType" : "String", "documentation" : "

Thumbnail URL for Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Branch Name for Production Branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch Name for Production Branch.

\n@return Branch Name for Production Branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Branch Name for Production Branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Branch Name for Production Branch.

\n@return Branch Name for Production Branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Branch Name for Production Branch.

\n@param branchName Branch Name for Production Branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Branch Name for Production Branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ProductionBranch", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ProductionBranch", "variableName" : "productionBranch", "variableType" : "ProductionBranch", "documentation" : null, "simpleType" : "ProductionBranch", "variableSetterType" : "ProductionBranch" }, "wrapper" : false, "xmlNamespace" : null }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when an operation fails due to non-existent resource.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 404, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "Code", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code property for this object.\n@deprecated Use {@link #code()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #code(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "Code", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code property for this object.\n@deprecated Use {@link #code()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #code(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "code", "c2jShape" : "Code", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code property for this object.\n@deprecated Use {@link #code()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #code(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCode", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "code", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Code", "sensitive" : false, "setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "code", "message" ], "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "Stage" : { "c2jName" : "Stage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PRODUCTION", "value" : "PRODUCTION" }, { "name" : "BETA", "value" : "BETA" }, { "name" : "DEVELOPMENT", "value" : "DEVELOPMENT" }, { "name" : "EXPERIMENTAL", "value" : "EXPERIMENTAL" }, { "name" : "PULL_REQUEST", "value" : "PULL_REQUEST" } ], "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" : "Stage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Stage", "variableName" : "stage", "variableType" : "Stage", "documentation" : null, "simpleType" : "Stage", "variableSetterType" : "Stage" }, "wrapper" : false, "xmlNamespace" : null }, "StartDeploymentRequest" : { "c2jName" : "StartDeploymentRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for start a deployment.

", "endpointDiscovery" : 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" : "StartDeployment", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/deployments/start", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The job id for this deployment, generated by create deployment 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@return The job id for this deployment, generated by create deployment request.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The job id for this deployment, generated by create deployment request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@return The job id for this deployment, generated by create deployment 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" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The job id for this deployment, generated by create deployment request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceUrl", "beanStyleSetterMethodName" : "setSourceUrl", "c2jName" : "sourceUrl", "c2jShape" : "SourceUrl", "defaultConsumerFluentSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceUrl(String)}.\n@param sourceUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@return The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@deprecated Use {@link #sourceUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceUrl(String)}\n", "documentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceUrl", "fluentSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceUrl", "getterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@return The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sourceUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sourceUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceUrl", "sensitive" : false, "setterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.", "setterMethodName" : "setSourceUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceUrl", "variableType" : "String", "documentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The job id for this deployment, generated by create deployment 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@return The job id for this deployment, generated by create deployment request.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The job id for this deployment, generated by create deployment request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@return The job id for this deployment, generated by create deployment 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" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The job id for this deployment, generated by create deployment request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SourceUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceUrl", "beanStyleSetterMethodName" : "setSourceUrl", "c2jName" : "sourceUrl", "c2jShape" : "SourceUrl", "defaultConsumerFluentSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceUrl(String)}.\n@param sourceUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@return The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@deprecated Use {@link #sourceUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceUrl(String)}\n", "documentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceUrl", "fluentSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceUrl", "getterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@return The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sourceUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sourceUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceUrl", "sensitive" : false, "setterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.", "setterMethodName" : "setSourceUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceUrl", "variableType" : "String", "documentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

The job id for this deployment, generated by create deployment 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 #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@return The job id for this deployment, generated by create deployment request.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

The job id for this deployment, generated by create deployment request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@return The job id for this deployment, generated by create deployment 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" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

The job id for this deployment, generated by create deployment request.

\n@param jobId The job id for this deployment, generated by create deployment request.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

The job id for this deployment, generated by create deployment request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSourceUrl", "beanStyleSetterMethodName" : "setSourceUrl", "c2jName" : "sourceUrl", "c2jShape" : "SourceUrl", "defaultConsumerFluentSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceUrl(String)}.\n@param sourceUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@return The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@deprecated Use {@link #sourceUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #sourceUrl(String)}\n", "documentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SourceUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSourceUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sourceUrl", "fluentSetterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceUrl", "getterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@return The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "sourceUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "sourceUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SourceUrl", "sensitive" : false, "setterDocumentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

\n@param sourceUrl The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.", "setterMethodName" : "setSourceUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceUrl", "variableType" : "String", "documentation" : "

The sourceUrl for this deployment, used when calling start deployment without create deployment. SourceUrl can be any HTTP GET url that is public accessible and downloads a single zip.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "StartDeploymentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartDeploymentRequest", "variableName" : "startDeploymentRequest", "variableType" : "StartDeploymentRequest", "documentation" : null, "simpleType" : "StartDeploymentRequest", "variableSetterType" : "StartDeploymentRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartDeploymentResponse" : { "c2jName" : "StartDeploymentResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for start a deployment.

", "endpointDiscovery" : 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" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobSummary" ], "shapeName" : "StartDeploymentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartDeploymentResponse", "variableName" : "startDeploymentResponse", "variableType" : "StartDeploymentResponse", "documentation" : null, "simpleType" : "StartDeploymentResponse", "variableSetterType" : "StartDeploymentResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StartJobRequest" : { "c2jName" : "StartJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for Start job 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" : { "action" : "StartJob", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/jobs", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@return Unique Id for an existing job. Required for \"RETRY\" JobType.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@return Unique Id for an existing job. Required for \"RETRY\" JobType.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobType", "beanStyleSetterMethodName" : "setJobType", "c2jName" : "jobType", "c2jShape" : "JobType", "defaultConsumerFluentSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobTypeAsString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@deprecated Use {@link #jobTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType\n@deprecated Use {@link #jobType(String)}\n", "documentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

", "endpointDiscoveryId" : false, "enumType" : "JobType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobType", "fluentEnumGetterMethodName" : "jobType", "fluentEnumSetterMethodName" : "jobType", "fluentGetterMethodName" : "jobTypeAsString", "fluentSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType", "fluentSetterMethodName" : "jobType", "getterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobType", "sensitive" : false, "setterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType", "setterMethodName" : "setJobType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobReason", "beanStyleSetterMethodName" : "setJobReason", "c2jName" : "jobReason", "c2jShape" : "JobReason", "defaultConsumerFluentSetterDocumentation" : "

Descriptive reason for starting this job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobReason(String)}.\n@param jobReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Descriptive reason for starting this job.

\n@return Descriptive reason for starting this job.\n@deprecated Use {@link #jobReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobReason(String)}\n", "documentation" : "

Descriptive reason for starting this job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobReason", "fluentSetterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobReason", "getterDocumentation" : "

Descriptive reason for starting this job.

\n@return Descriptive reason for starting this job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobReason", "sensitive" : false, "setterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.", "setterMethodName" : "setJobReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobReason", "variableType" : "String", "documentation" : "

Descriptive reason for starting this job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitId", "beanStyleSetterMethodName" : "setCommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "defaultConsumerFluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitId(String)}.\n@param commitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitId(String)}\n", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitId", "fluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitId", "getterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitId", "sensitive" : false, "setterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitMessage", "beanStyleSetterMethodName" : "setCommitMessage", "c2jName" : "commitMessage", "c2jShape" : "CommitMessage", "defaultConsumerFluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitMessage(String)}.\n@param commitMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitMessage(String)}\n", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitMessage", "fluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitMessage", "getterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitMessage", "sensitive" : false, "setterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitTime", "beanStyleSetterMethodName" : "setCommitTime", "c2jName" : "commitTime", "c2jShape" : "CommitTime", "defaultConsumerFluentSetterDocumentation" : "

Commit date / time for the Job.

\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 #commitTime(Instant)}.\n@param commitTime 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 #commitTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.\n@deprecated Use {@link #commitTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitTime(Instant)}\n", "documentation" : "

Commit date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitTime", "fluentSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitTime", "getterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.", "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" : "commitTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CommitTime", "sensitive" : false, "setterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.", "setterMethodName" : "setCommitTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : "

Commit date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CommitId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitId", "beanStyleSetterMethodName" : "setCommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "defaultConsumerFluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitId(String)}.\n@param commitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitId(String)}\n", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitId", "fluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitId", "getterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitId", "sensitive" : false, "setterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CommitMessage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitMessage", "beanStyleSetterMethodName" : "setCommitMessage", "c2jName" : "commitMessage", "c2jShape" : "CommitMessage", "defaultConsumerFluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitMessage(String)}.\n@param commitMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitMessage(String)}\n", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitMessage", "fluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitMessage", "getterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitMessage", "sensitive" : false, "setterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CommitTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitTime", "beanStyleSetterMethodName" : "setCommitTime", "c2jName" : "commitTime", "c2jShape" : "CommitTime", "defaultConsumerFluentSetterDocumentation" : "

Commit date / time for the Job.

\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 #commitTime(Instant)}.\n@param commitTime 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 #commitTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.\n@deprecated Use {@link #commitTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitTime(Instant)}\n", "documentation" : "

Commit date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitTime", "fluentSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitTime", "getterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.", "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" : "commitTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CommitTime", "sensitive" : false, "setterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.", "setterMethodName" : "setCommitTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : "

Commit date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@return Unique Id for an existing job. Required for \"RETRY\" JobType.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@return Unique Id for an existing job. Required for \"RETRY\" JobType.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobReason", "beanStyleSetterMethodName" : "setJobReason", "c2jName" : "jobReason", "c2jShape" : "JobReason", "defaultConsumerFluentSetterDocumentation" : "

Descriptive reason for starting this job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobReason(String)}.\n@param jobReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Descriptive reason for starting this job.

\n@return Descriptive reason for starting this job.\n@deprecated Use {@link #jobReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobReason(String)}\n", "documentation" : "

Descriptive reason for starting this job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobReason", "fluentSetterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobReason", "getterDocumentation" : "

Descriptive reason for starting this job.

\n@return Descriptive reason for starting this job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobReason", "sensitive" : false, "setterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.", "setterMethodName" : "setJobReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobReason", "variableType" : "String", "documentation" : "

Descriptive reason for starting this job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobType", "beanStyleSetterMethodName" : "setJobType", "c2jName" : "jobType", "c2jShape" : "JobType", "defaultConsumerFluentSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobTypeAsString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@deprecated Use {@link #jobTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType\n@deprecated Use {@link #jobType(String)}\n", "documentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

", "endpointDiscoveryId" : false, "enumType" : "JobType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobType", "fluentEnumGetterMethodName" : "jobType", "fluentEnumSetterMethodName" : "jobType", "fluentGetterMethodName" : "jobTypeAsString", "fluentSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType", "fluentSetterMethodName" : "jobType", "getterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobType", "sensitive" : false, "setterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType", "setterMethodName" : "setJobType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@return Unique Id for an existing job. Required for \"RETRY\" JobType.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@return Unique Id for an existing job. Required for \"RETRY\" JobType.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

\n@param jobId Unique Id for an existing job. Required for \"RETRY\" JobType.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for an existing job. Required for \"RETRY\" JobType.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobType", "beanStyleSetterMethodName" : "setJobType", "c2jName" : "jobType", "c2jShape" : "JobType", "defaultConsumerFluentSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobTypeAsString(String)}.\n@param jobType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@deprecated Use {@link #jobTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType\n@deprecated Use {@link #jobType(String)}\n", "documentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

", "endpointDiscoveryId" : false, "enumType" : "JobType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobType", "fluentEnumGetterMethodName" : "jobType", "fluentEnumSetterMethodName" : "jobType", "fluentGetterMethodName" : "jobTypeAsString", "fluentSetterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType", "fluentSetterMethodName" : "jobType", "getterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #jobType} will return {@link JobType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobTypeAsString}.\n

\n@return Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobType", "sensitive" : false, "setterDocumentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

\n@param jobType Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.\n@see JobType", "setterMethodName" : "setJobType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobType", "variableType" : "String", "documentation" : "

Type for the Job. Available JobTypes are: \\n \"RELEASE\": Start a new job with the latest change from the specified branch. Only available for apps that have connected to a repository. \"RETRY\": Retry an existing job. JobId is required for this type of job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobReason", "beanStyleSetterMethodName" : "setJobReason", "c2jName" : "jobReason", "c2jShape" : "JobReason", "defaultConsumerFluentSetterDocumentation" : "

Descriptive reason for starting this job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobReason(String)}.\n@param jobReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Descriptive reason for starting this job.

\n@return Descriptive reason for starting this job.\n@deprecated Use {@link #jobReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobReason(String)}\n", "documentation" : "

Descriptive reason for starting this job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobReason", "fluentSetterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobReason", "getterDocumentation" : "

Descriptive reason for starting this job.

\n@return Descriptive reason for starting this job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobReason", "sensitive" : false, "setterDocumentation" : "

Descriptive reason for starting this job.

\n@param jobReason Descriptive reason for starting this job.", "setterMethodName" : "setJobReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobReason", "variableType" : "String", "documentation" : "

Descriptive reason for starting this job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitId", "beanStyleSetterMethodName" : "setCommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "defaultConsumerFluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitId(String)}.\n@param commitId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitId(String)}\n", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitId", "fluentSetterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitId", "getterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@return Commit Id from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitId", "sensitive" : false, "setterDocumentation" : "

Commit Id from 3rd party repository provider for the Job.

\n@param commitId Commit Id from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitId", "variableType" : "String", "documentation" : "

Commit Id from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitMessage", "beanStyleSetterMethodName" : "setCommitMessage", "c2jName" : "commitMessage", "c2jShape" : "CommitMessage", "defaultConsumerFluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #commitMessage(String)}.\n@param commitMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #commitMessage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.\n@deprecated Use {@link #commitMessage()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitMessage(String)}\n", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitMessage", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitMessage", "fluentSetterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitMessage", "getterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@return Commit message from 3rd party repository provider for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "commitMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CommitMessage", "sensitive" : false, "setterDocumentation" : "

Commit message from 3rd party repository provider for the Job.

\n@param commitMessage Commit message from 3rd party repository provider for the Job.", "setterMethodName" : "setCommitMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "commitMessage", "variableType" : "String", "documentation" : "

Commit message from 3rd party repository provider for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCommitTime", "beanStyleSetterMethodName" : "setCommitTime", "c2jName" : "commitTime", "c2jShape" : "CommitTime", "defaultConsumerFluentSetterDocumentation" : "

Commit date / time for the Job.

\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 #commitTime(Instant)}.\n@param commitTime 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 #commitTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.\n@deprecated Use {@link #commitTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #commitTime(Instant)}\n", "documentation" : "

Commit date / time for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CommitTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCommitTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "commitTime", "fluentSetterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "commitTime", "getterDocumentation" : "

Commit date / time for the Job.

\n@return Commit date / time for the Job.", "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" : "commitTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "commitTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CommitTime", "sensitive" : false, "setterDocumentation" : "

Commit date / time for the Job.

\n@param commitTime Commit date / time for the Job.", "setterMethodName" : "setCommitTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "commitTime", "variableType" : "java.time.Instant", "documentation" : "

Commit date / time for the Job.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName", "jobType" ], "shapeName" : "StartJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartJobRequest", "variableName" : "startJobRequest", "variableType" : "StartJobRequest", "documentation" : null, "simpleType" : "StartJobRequest", "variableSetterType" : "StartJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartJobResponse" : { "c2jName" : "StartJobResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for run job 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" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobSummary" ], "shapeName" : "StartJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartJobResponse", "variableName" : "startJobResponse", "variableType" : "StartJobResponse", "documentation" : null, "simpleType" : "StartJobResponse", "variableSetterType" : "StartJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Step" : { "c2jName" : "Step", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure for an execution step for an execution job, for an Amplify App.

", "endpointDiscovery" : 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" : "getStepName", "beanStyleSetterMethodName" : "setStepName", "c2jName" : "stepName", "c2jShape" : "StepName", "defaultConsumerFluentSetterDocumentation" : "

Name of the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stepName(String)}.\n@param stepName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stepName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the execution step.

\n@return Name of the execution step.\n@deprecated Use {@link #stepName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stepName(String)}\n", "documentation" : "

Name of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StepName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStepName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stepName", "fluentSetterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stepName", "getterDocumentation" : "

Name of the execution step.

\n@return Name of the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stepName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stepName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StepName", "sensitive" : false, "setterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.", "setterMethodName" : "setStepName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stepName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stepName", "variableType" : "String", "documentation" : "

Name of the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

Start date/ time of the execution step.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Start date/ time of the execution step.

\n@return Start date/ time of the execution step.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

Start date/ time of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

Start date/ time of the execution step.

\n@return Start date/ time of the execution step.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

Start date/ time of the execution step.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status of the execution step.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the execution step.\n@see JobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the execution step.

", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of the execution step.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the execution step.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

End date/ time of the execution step.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

End date/ time of the execution step.

\n@return End date/ time of the execution step.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

End date/ time of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

End date/ time of the execution step.

\n@return End date/ time of the execution step.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

End date/ time of the execution step.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogUrl", "beanStyleSetterMethodName" : "setLogUrl", "c2jName" : "logUrl", "c2jShape" : "LogUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the logs for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logUrl(String)}.\n@param logUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the logs for the execution step.

\n@return URL to the logs for the execution step.\n@deprecated Use {@link #logUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logUrl(String)}\n", "documentation" : "

URL to the logs for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logUrl", "fluentSetterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logUrl", "getterDocumentation" : "

URL to the logs for the execution step.

\n@return URL to the logs for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogUrl", "sensitive" : false, "setterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.", "setterMethodName" : "setLogUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : "

URL to the logs for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactsUrl", "beanStyleSetterMethodName" : "setArtifactsUrl", "c2jName" : "artifactsUrl", "c2jShape" : "ArtifactsUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the artifact for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactsUrl(String)}.\n@param artifactsUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactsUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the artifact for the execution step.

\n@return URL to the artifact for the execution step.\n@deprecated Use {@link #artifactsUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactsUrl(String)}\n", "documentation" : "

URL to the artifact for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactsUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactsUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactsUrl", "fluentSetterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactsUrl", "getterDocumentation" : "

URL to the artifact for the execution step.

\n@return URL to the artifact for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactsUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactsUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactsUrl", "sensitive" : false, "setterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.", "setterMethodName" : "setArtifactsUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactsUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactsUrl", "variableType" : "String", "documentation" : "

URL to the artifact for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTestArtifactsUrl", "beanStyleSetterMethodName" : "setTestArtifactsUrl", "c2jName" : "testArtifactsUrl", "c2jShape" : "TestArtifactsUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the test artifact for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #testArtifactsUrl(String)}.\n@param testArtifactsUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #testArtifactsUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the test artifact for the execution step.

\n@return URL to the test artifact for the execution step.\n@deprecated Use {@link #testArtifactsUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #testArtifactsUrl(String)}\n", "documentation" : "

URL to the test artifact for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TestArtifactsUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTestArtifactsUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "testArtifactsUrl", "fluentSetterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "testArtifactsUrl", "getterDocumentation" : "

URL to the test artifact for the execution step.

\n@return URL to the test artifact for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "testArtifactsUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "testArtifactsUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TestArtifactsUrl", "sensitive" : false, "setterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.", "setterMethodName" : "setTestArtifactsUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "testArtifactsUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "testArtifactsUrl", "variableType" : "String", "documentation" : "

URL to the test artifact for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTestConfigUrl", "beanStyleSetterMethodName" : "setTestConfigUrl", "c2jName" : "testConfigUrl", "c2jShape" : "TestConfigUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the test config for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #testConfigUrl(String)}.\n@param testConfigUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #testConfigUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the test config for the execution step.

\n@return URL to the test config for the execution step.\n@deprecated Use {@link #testConfigUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #testConfigUrl(String)}\n", "documentation" : "

URL to the test config for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TestConfigUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTestConfigUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "testConfigUrl", "fluentSetterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "testConfigUrl", "getterDocumentation" : "

URL to the test config for the execution step.

\n@return URL to the test config for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "testConfigUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "testConfigUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TestConfigUrl", "sensitive" : false, "setterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.", "setterMethodName" : "setTestConfigUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "testConfigUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "testConfigUrl", "variableType" : "String", "documentation" : "

URL to the test config for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getScreenshots", "beanStyleSetterMethodName" : "setScreenshots", "c2jName" : "screenshots", "c2jShape" : "Screenshots", "defaultConsumerFluentSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #screenshots(Map)}.\n@param screenshots a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #screenshots(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasScreenshots()} to see if a value was sent in this field.\n

\n@return List of screenshot URLs for the execution step, if relevant.\n@deprecated Use {@link #screenshots()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #screenshots(Map)}\n", "documentation" : "

List of screenshot URLs for the execution step, if relevant.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Screenshots property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScreenshots", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "screenshots", "fluentSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "screenshots", "getterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasScreenshots()} to see if a value was sent in this field.\n

\n@return List of screenshot URLs for the execution step, if relevant.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "screenshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "screenshots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "ThumbnailName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Screenshots", "sensitive" : false, "setterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.", "setterMethodName" : "setScreenshots", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "screenshots", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "screenshots", "variableType" : "java.util.Map", "documentation" : "

List of screenshot URLs for the execution step, if relevant.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for current step 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 #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The reason for current step status.

\n@return The reason for current step status.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

The reason for current step status.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

The reason for current step status.

\n@return The reason for current step status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

The reason for current step status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContext", "beanStyleSetterMethodName" : "setContext", "c2jName" : "context", "c2jShape" : "Context", "defaultConsumerFluentSetterDocumentation" : "

The context for current step, will include build image if step is build.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #context(String)}.\n@param context a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #context(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@return The context for current step, will include build image if step is build.\n@deprecated Use {@link #context()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #context(String)}\n", "documentation" : "

The context for current step, will include build image if step is build.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Context property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "context", "fluentSetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "context", "getterDocumentation" : "

The context for current step, will include build image if step is build.

\n@return The context for current step, will include build image if step is build.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "context", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "context", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Context", "sensitive" : false, "setterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.", "setterMethodName" : "setContext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "context", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "context", "variableType" : "String", "documentation" : "

The context for current step, will include build image if step is build.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ArtifactsUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactsUrl", "beanStyleSetterMethodName" : "setArtifactsUrl", "c2jName" : "artifactsUrl", "c2jShape" : "ArtifactsUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the artifact for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactsUrl(String)}.\n@param artifactsUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactsUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the artifact for the execution step.

\n@return URL to the artifact for the execution step.\n@deprecated Use {@link #artifactsUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactsUrl(String)}\n", "documentation" : "

URL to the artifact for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactsUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactsUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactsUrl", "fluentSetterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactsUrl", "getterDocumentation" : "

URL to the artifact for the execution step.

\n@return URL to the artifact for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactsUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactsUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactsUrl", "sensitive" : false, "setterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.", "setterMethodName" : "setArtifactsUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactsUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactsUrl", "variableType" : "String", "documentation" : "

URL to the artifact for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Context" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContext", "beanStyleSetterMethodName" : "setContext", "c2jName" : "context", "c2jShape" : "Context", "defaultConsumerFluentSetterDocumentation" : "

The context for current step, will include build image if step is build.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #context(String)}.\n@param context a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #context(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@return The context for current step, will include build image if step is build.\n@deprecated Use {@link #context()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #context(String)}\n", "documentation" : "

The context for current step, will include build image if step is build.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Context property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "context", "fluentSetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "context", "getterDocumentation" : "

The context for current step, will include build image if step is build.

\n@return The context for current step, will include build image if step is build.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "context", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "context", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Context", "sensitive" : false, "setterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.", "setterMethodName" : "setContext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "context", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "context", "variableType" : "String", "documentation" : "

The context for current step, will include build image if step is build.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

End date/ time of the execution step.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

End date/ time of the execution step.

\n@return End date/ time of the execution step.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

End date/ time of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

End date/ time of the execution step.

\n@return End date/ time of the execution step.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

End date/ time of the execution step.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LogUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogUrl", "beanStyleSetterMethodName" : "setLogUrl", "c2jName" : "logUrl", "c2jShape" : "LogUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the logs for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logUrl(String)}.\n@param logUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the logs for the execution step.

\n@return URL to the logs for the execution step.\n@deprecated Use {@link #logUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logUrl(String)}\n", "documentation" : "

URL to the logs for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logUrl", "fluentSetterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logUrl", "getterDocumentation" : "

URL to the logs for the execution step.

\n@return URL to the logs for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogUrl", "sensitive" : false, "setterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.", "setterMethodName" : "setLogUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : "

URL to the logs for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Screenshots" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getScreenshots", "beanStyleSetterMethodName" : "setScreenshots", "c2jName" : "screenshots", "c2jShape" : "Screenshots", "defaultConsumerFluentSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #screenshots(Map)}.\n@param screenshots a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #screenshots(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasScreenshots()} to see if a value was sent in this field.\n

\n@return List of screenshot URLs for the execution step, if relevant.\n@deprecated Use {@link #screenshots()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #screenshots(Map)}\n", "documentation" : "

List of screenshot URLs for the execution step, if relevant.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Screenshots property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScreenshots", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "screenshots", "fluentSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "screenshots", "getterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasScreenshots()} to see if a value was sent in this field.\n

\n@return List of screenshot URLs for the execution step, if relevant.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "screenshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "screenshots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "ThumbnailName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Screenshots", "sensitive" : false, "setterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.", "setterMethodName" : "setScreenshots", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "screenshots", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "screenshots", "variableType" : "java.util.Map", "documentation" : "

List of screenshot URLs for the execution step, if relevant.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

Start date/ time of the execution step.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Start date/ time of the execution step.

\n@return Start date/ time of the execution step.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

Start date/ time of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

Start date/ time of the execution step.

\n@return Start date/ time of the execution step.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

Start date/ time of the execution step.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status of the execution step.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the execution step.\n@see JobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the execution step.

", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of the execution step.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the execution step.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StatusReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for current step 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 #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The reason for current step status.

\n@return The reason for current step status.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

The reason for current step status.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

The reason for current step status.

\n@return The reason for current step status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

The reason for current step status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StepName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStepName", "beanStyleSetterMethodName" : "setStepName", "c2jName" : "stepName", "c2jShape" : "StepName", "defaultConsumerFluentSetterDocumentation" : "

Name of the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stepName(String)}.\n@param stepName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stepName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the execution step.

\n@return Name of the execution step.\n@deprecated Use {@link #stepName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stepName(String)}\n", "documentation" : "

Name of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StepName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStepName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stepName", "fluentSetterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stepName", "getterDocumentation" : "

Name of the execution step.

\n@return Name of the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stepName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stepName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StepName", "sensitive" : false, "setterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.", "setterMethodName" : "setStepName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stepName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stepName", "variableType" : "String", "documentation" : "

Name of the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TestArtifactsUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTestArtifactsUrl", "beanStyleSetterMethodName" : "setTestArtifactsUrl", "c2jName" : "testArtifactsUrl", "c2jShape" : "TestArtifactsUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the test artifact for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #testArtifactsUrl(String)}.\n@param testArtifactsUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #testArtifactsUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the test artifact for the execution step.

\n@return URL to the test artifact for the execution step.\n@deprecated Use {@link #testArtifactsUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #testArtifactsUrl(String)}\n", "documentation" : "

URL to the test artifact for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TestArtifactsUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTestArtifactsUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "testArtifactsUrl", "fluentSetterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "testArtifactsUrl", "getterDocumentation" : "

URL to the test artifact for the execution step.

\n@return URL to the test artifact for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "testArtifactsUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "testArtifactsUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TestArtifactsUrl", "sensitive" : false, "setterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.", "setterMethodName" : "setTestArtifactsUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "testArtifactsUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "testArtifactsUrl", "variableType" : "String", "documentation" : "

URL to the test artifact for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TestConfigUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTestConfigUrl", "beanStyleSetterMethodName" : "setTestConfigUrl", "c2jName" : "testConfigUrl", "c2jShape" : "TestConfigUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the test config for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #testConfigUrl(String)}.\n@param testConfigUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #testConfigUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the test config for the execution step.

\n@return URL to the test config for the execution step.\n@deprecated Use {@link #testConfigUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #testConfigUrl(String)}\n", "documentation" : "

URL to the test config for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TestConfigUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTestConfigUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "testConfigUrl", "fluentSetterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "testConfigUrl", "getterDocumentation" : "

URL to the test config for the execution step.

\n@return URL to the test config for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "testConfigUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "testConfigUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TestConfigUrl", "sensitive" : false, "setterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.", "setterMethodName" : "setTestConfigUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "testConfigUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "testConfigUrl", "variableType" : "String", "documentation" : "

URL to the test config for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStepName", "beanStyleSetterMethodName" : "setStepName", "c2jName" : "stepName", "c2jShape" : "StepName", "defaultConsumerFluentSetterDocumentation" : "

Name of the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stepName(String)}.\n@param stepName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stepName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name of the execution step.

\n@return Name of the execution step.\n@deprecated Use {@link #stepName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #stepName(String)}\n", "documentation" : "

Name of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StepName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStepName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "stepName", "fluentSetterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "stepName", "getterDocumentation" : "

Name of the execution step.

\n@return Name of the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stepName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stepName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StepName", "sensitive" : false, "setterDocumentation" : "

Name of the execution step.

\n@param stepName Name of the execution step.", "setterMethodName" : "setStepName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stepName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stepName", "variableType" : "String", "documentation" : "

Name of the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "startTime", "c2jShape" : "StartTime", "defaultConsumerFluentSetterDocumentation" : "

Start date/ time of the execution step.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Start date/ time of the execution step.

\n@return Start date/ time of the execution step.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

Start date/ time of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

Start date/ time of the execution step.

\n@return Start date/ time of the execution step.", "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" : "startTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "startTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

Start date/ time of the execution step.

\n@param startTime Start date/ time of the execution step.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

Start date/ time of the execution step.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

Status of the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Status of the execution step.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the execution step.\n@see JobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

Status of the execution step.

", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

Status of the execution step.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return Status of the execution step.\n@see JobStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "status", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

Status of the execution step.

\n@param status Status of the execution step.\n@see JobStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

Status of the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEndTime", "beanStyleSetterMethodName" : "setEndTime", "c2jName" : "endTime", "c2jShape" : "EndTime", "defaultConsumerFluentSetterDocumentation" : "

End date/ time of the execution step.

\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 #endTime(Instant)}.\n@param endTime 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 #endTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

End date/ time of the execution step.

\n@return End date/ time of the execution step.\n@deprecated Use {@link #endTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #endTime(Instant)}\n", "documentation" : "

End date/ time of the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EndTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEndTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endTime", "fluentSetterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endTime", "getterDocumentation" : "

End date/ time of the execution step.

\n@return End date/ time of the execution step.", "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" : "endTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "endTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "EndTime", "sensitive" : false, "setterDocumentation" : "

End date/ time of the execution step.

\n@param endTime End date/ time of the execution step.", "setterMethodName" : "setEndTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "endTime", "variableType" : "java.time.Instant", "documentation" : "

End date/ time of the execution step.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLogUrl", "beanStyleSetterMethodName" : "setLogUrl", "c2jName" : "logUrl", "c2jShape" : "LogUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the logs for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logUrl(String)}.\n@param logUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the logs for the execution step.

\n@return URL to the logs for the execution step.\n@deprecated Use {@link #logUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #logUrl(String)}\n", "documentation" : "

URL to the logs for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LogUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLogUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logUrl", "fluentSetterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logUrl", "getterDocumentation" : "

URL to the logs for the execution step.

\n@return URL to the logs for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "logUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "logUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogUrl", "sensitive" : false, "setterDocumentation" : "

URL to the logs for the execution step.

\n@param logUrl URL to the logs for the execution step.", "setterMethodName" : "setLogUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logUrl", "variableType" : "String", "documentation" : "

URL to the logs for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getArtifactsUrl", "beanStyleSetterMethodName" : "setArtifactsUrl", "c2jName" : "artifactsUrl", "c2jShape" : "ArtifactsUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the artifact for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactsUrl(String)}.\n@param artifactsUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactsUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the artifact for the execution step.

\n@return URL to the artifact for the execution step.\n@deprecated Use {@link #artifactsUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactsUrl(String)}\n", "documentation" : "

URL to the artifact for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ArtifactsUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasArtifactsUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artifactsUrl", "fluentSetterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artifactsUrl", "getterDocumentation" : "

URL to the artifact for the execution step.

\n@return URL to the artifact for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "artifactsUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "artifactsUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ArtifactsUrl", "sensitive" : false, "setterDocumentation" : "

URL to the artifact for the execution step.

\n@param artifactsUrl URL to the artifact for the execution step.", "setterMethodName" : "setArtifactsUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "artifactsUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "artifactsUrl", "variableType" : "String", "documentation" : "

URL to the artifact for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTestArtifactsUrl", "beanStyleSetterMethodName" : "setTestArtifactsUrl", "c2jName" : "testArtifactsUrl", "c2jShape" : "TestArtifactsUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the test artifact for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #testArtifactsUrl(String)}.\n@param testArtifactsUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #testArtifactsUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the test artifact for the execution step.

\n@return URL to the test artifact for the execution step.\n@deprecated Use {@link #testArtifactsUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #testArtifactsUrl(String)}\n", "documentation" : "

URL to the test artifact for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TestArtifactsUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTestArtifactsUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "testArtifactsUrl", "fluentSetterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "testArtifactsUrl", "getterDocumentation" : "

URL to the test artifact for the execution step.

\n@return URL to the test artifact for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "testArtifactsUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "testArtifactsUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TestArtifactsUrl", "sensitive" : false, "setterDocumentation" : "

URL to the test artifact for the execution step.

\n@param testArtifactsUrl URL to the test artifact for the execution step.", "setterMethodName" : "setTestArtifactsUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "testArtifactsUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "testArtifactsUrl", "variableType" : "String", "documentation" : "

URL to the test artifact for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTestConfigUrl", "beanStyleSetterMethodName" : "setTestConfigUrl", "c2jName" : "testConfigUrl", "c2jShape" : "TestConfigUrl", "defaultConsumerFluentSetterDocumentation" : "

URL to the test config for the execution step.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #testConfigUrl(String)}.\n@param testConfigUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #testConfigUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

URL to the test config for the execution step.

\n@return URL to the test config for the execution step.\n@deprecated Use {@link #testConfigUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #testConfigUrl(String)}\n", "documentation" : "

URL to the test config for the execution step.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TestConfigUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTestConfigUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "testConfigUrl", "fluentSetterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "testConfigUrl", "getterDocumentation" : "

URL to the test config for the execution step.

\n@return URL to the test config for the execution step.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "testConfigUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "testConfigUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TestConfigUrl", "sensitive" : false, "setterDocumentation" : "

URL to the test config for the execution step.

\n@param testConfigUrl URL to the test config for the execution step.", "setterMethodName" : "setTestConfigUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "testConfigUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "testConfigUrl", "variableType" : "String", "documentation" : "

URL to the test config for the execution step.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getScreenshots", "beanStyleSetterMethodName" : "setScreenshots", "c2jName" : "screenshots", "c2jShape" : "Screenshots", "defaultConsumerFluentSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #screenshots(Map)}.\n@param screenshots a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #screenshots(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasScreenshots()} to see if a value was sent in this field.\n

\n@return List of screenshot URLs for the execution step, if relevant.\n@deprecated Use {@link #screenshots()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #screenshots(Map)}\n", "documentation" : "

List of screenshot URLs for the execution step, if relevant.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Screenshots property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasScreenshots", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "screenshots", "fluentSetterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "screenshots", "getterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasScreenshots()} to see if a value was sent in this field.\n

\n@return List of screenshot URLs for the execution step, if relevant.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "screenshots", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "screenshots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "ThumbnailName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "ThumbnailUrl", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Screenshots", "sensitive" : false, "setterDocumentation" : "

List of screenshot URLs for the execution step, if relevant.

\n@param screenshots List of screenshot URLs for the execution step, if relevant.", "setterMethodName" : "setScreenshots", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "screenshots", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "screenshots", "variableType" : "java.util.Map", "documentation" : "

List of screenshot URLs for the execution step, if relevant.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatusReason", "beanStyleSetterMethodName" : "setStatusReason", "c2jName" : "statusReason", "c2jShape" : "StatusReason", "defaultConsumerFluentSetterDocumentation" : "

The reason for current step 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 #statusReason(String)}.\n@param statusReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusReason(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The reason for current step status.

\n@return The reason for current step status.\n@deprecated Use {@link #statusReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusReason(String)}\n", "documentation" : "

The reason for current step status.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StatusReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatusReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusReason", "fluentSetterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusReason", "getterDocumentation" : "

The reason for current step status.

\n@return The reason for current step status.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "statusReason", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "statusReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusReason", "sensitive" : false, "setterDocumentation" : "

The reason for current step status.

\n@param statusReason The reason for current step status.", "setterMethodName" : "setStatusReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusReason", "variableType" : "String", "documentation" : "

The reason for current step status.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContext", "beanStyleSetterMethodName" : "setContext", "c2jName" : "context", "c2jShape" : "Context", "defaultConsumerFluentSetterDocumentation" : "

The context for current step, will include build image if step is build.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #context(String)}.\n@param context a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #context(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@return The context for current step, will include build image if step is build.\n@deprecated Use {@link #context()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #context(String)}\n", "documentation" : "

The context for current step, will include build image if step is build.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Context property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContext", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "context", "fluentSetterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "context", "getterDocumentation" : "

The context for current step, will include build image if step is build.

\n@return The context for current step, will include build image if step is build.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "context", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "context", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Context", "sensitive" : false, "setterDocumentation" : "

The context for current step, will include build image if step is build.

\n@param context The context for current step, will include build image if step is build.", "setterMethodName" : "setContext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "context", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "context", "variableType" : "String", "documentation" : "

The context for current step, will include build image if step is build.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "stepName", "startTime", "status", "endTime" ], "shapeName" : "Step", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Step", "variableName" : "step", "variableType" : "Step", "documentation" : null, "simpleType" : "Step", "variableSetterType" : "Step" }, "wrapper" : false, "xmlNamespace" : null }, "StopJobRequest" : { "c2jName" : "StopJobRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for stop job 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" : { "action" : "StopJob", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch, for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch, for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch, for the Job.

\n@return Name for the branch, for the Job.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch, for the Job.

\n@param branchName Name for the branch, for the Job.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch, for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "jobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for the Job.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobId(String)}.\n@param jobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.\n@deprecated Use {@link #jobId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobId(String)}\n", "documentation" : "

Unique Id for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

Unique Id for the Job.

\n@return Unique Id for the Job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "jobId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

Unique Id for the Job.

\n@param jobId Unique Id for the Job.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

Unique Id for the Job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName", "jobId" ], "shapeName" : "StopJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopJobRequest", "variableName" : "stopJobRequest", "variableType" : "StopJobRequest", "documentation" : null, "simpleType" : "StopJobRequest", "variableSetterType" : "StopJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StopJobResponse" : { "c2jName" : "StopJobResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the stop job 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" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobSummary" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobSummary", "beanStyleSetterMethodName" : "setJobSummary", "c2jName" : "jobSummary", "c2jShape" : "JobSummary", "defaultConsumerFluentSetterDocumentation" : "

Summary for the Job.

\nThis is a convenience that creates an instance of the {@link JobSummary.Builder} avoiding the need to create one manually via {@link JobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobSummary.Builder#build()} is called immediately and its result is passed to {@link #jobSummary(JobSummary)}.\n@param jobSummary a consumer that will call methods on {@link JobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobSummary(JobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.\n@deprecated Use {@link #jobSummary()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobSummary(JobSummary)}\n", "documentation" : "

Summary for the Job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobSummary property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobSummary", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobSummary", "fluentSetterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobSummary", "getterDocumentation" : "

Summary for the Job.

\n@return Summary for the Job.", "getterModel" : { "returnType" : "JobSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "jobSummary", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "jobSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobSummary", "sensitive" : false, "setterDocumentation" : "

Summary for the Job.

\n@param jobSummary Summary for the Job.", "setterMethodName" : "setJobSummary", "setterModel" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : null, "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobSummary", "variableName" : "jobSummary", "variableType" : "JobSummary", "documentation" : "

Summary for the Job.

", "simpleType" : "JobSummary", "variableSetterType" : "JobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "jobSummary" ], "shapeName" : "StopJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopJobResponse", "variableName" : "stopJobResponse", "variableType" : "StopJobResponse", "documentation" : null, "simpleType" : "StopJobResponse", "variableSetterType" : "StopJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "SubDomain" : { "c2jName" : "SubDomain", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Subdomain for the Domain 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" : "getSubDomainSetting", "beanStyleSetterMethodName" : "setSubDomainSetting", "c2jName" : "subDomainSetting", "c2jShape" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #subDomainSetting(SubDomainSetting)}.\n@param subDomainSetting a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subDomainSetting(SubDomainSetting)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSetting()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSetting(SubDomainSetting)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSetting property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSetting", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSetting", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSetting", "getterDocumentation" : "

Setting structure for the Subdomain.

\n@return Setting structure for the Subdomain.", "getterModel" : { "returnType" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subDomainSetting", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSetting", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubDomainSetting", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSetting", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVerified", "beanStyleSetterMethodName" : "setVerified", "c2jName" : "verified", "c2jShape" : "Verified", "defaultConsumerFluentSetterDocumentation" : "

Verified status of the Subdomain

\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 #verified(Boolean)}.\n@param verified 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 #verified(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Verified status of the Subdomain

\n@return Verified status of the Subdomain\n@deprecated Use {@link #verified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #verified(Boolean)}\n", "documentation" : "

Verified status of the Subdomain

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Verified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVerified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verified", "fluentSetterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verified", "getterDocumentation" : "

Verified status of the Subdomain

\n@return Verified status of the Subdomain", "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" : "verified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "verified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Verified", "sensitive" : false, "setterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain", "setterMethodName" : "setVerified", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "verified", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "verified", "variableType" : "Boolean", "documentation" : "

Verified status of the Subdomain

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsRecord", "beanStyleSetterMethodName" : "setDnsRecord", "c2jName" : "dnsRecord", "c2jShape" : "DNSRecord", "defaultConsumerFluentSetterDocumentation" : "

DNS record for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsRecord(String)}.\n@param dnsRecord a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsRecord(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

DNS record for the Subdomain.

\n@return DNS record for the Subdomain.\n@deprecated Use {@link #dnsRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dnsRecord(String)}\n", "documentation" : "

DNS record for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DnsRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDnsRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsRecord", "fluentSetterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsRecord", "getterDocumentation" : "

DNS record for the Subdomain.

\n@return DNS record for the Subdomain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dnsRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dnsRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsRecord", "sensitive" : false, "setterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.", "setterMethodName" : "setDnsRecord", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsRecord", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsRecord", "variableType" : "String", "documentation" : "

DNS record for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DnsRecord" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsRecord", "beanStyleSetterMethodName" : "setDnsRecord", "c2jName" : "dnsRecord", "c2jShape" : "DNSRecord", "defaultConsumerFluentSetterDocumentation" : "

DNS record for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsRecord(String)}.\n@param dnsRecord a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsRecord(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

DNS record for the Subdomain.

\n@return DNS record for the Subdomain.\n@deprecated Use {@link #dnsRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dnsRecord(String)}\n", "documentation" : "

DNS record for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DnsRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDnsRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsRecord", "fluentSetterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsRecord", "getterDocumentation" : "

DNS record for the Subdomain.

\n@return DNS record for the Subdomain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dnsRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dnsRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsRecord", "sensitive" : false, "setterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.", "setterMethodName" : "setDnsRecord", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsRecord", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsRecord", "variableType" : "String", "documentation" : "

DNS record for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubDomainSetting" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubDomainSetting", "beanStyleSetterMethodName" : "setSubDomainSetting", "c2jName" : "subDomainSetting", "c2jShape" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #subDomainSetting(SubDomainSetting)}.\n@param subDomainSetting a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subDomainSetting(SubDomainSetting)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSetting()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSetting(SubDomainSetting)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSetting property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSetting", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSetting", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSetting", "getterDocumentation" : "

Setting structure for the Subdomain.

\n@return Setting structure for the Subdomain.", "getterModel" : { "returnType" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subDomainSetting", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSetting", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubDomainSetting", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSetting", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Verified" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVerified", "beanStyleSetterMethodName" : "setVerified", "c2jName" : "verified", "c2jShape" : "Verified", "defaultConsumerFluentSetterDocumentation" : "

Verified status of the Subdomain

\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 #verified(Boolean)}.\n@param verified 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 #verified(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Verified status of the Subdomain

\n@return Verified status of the Subdomain\n@deprecated Use {@link #verified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #verified(Boolean)}\n", "documentation" : "

Verified status of the Subdomain

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Verified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVerified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verified", "fluentSetterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verified", "getterDocumentation" : "

Verified status of the Subdomain

\n@return Verified status of the Subdomain", "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" : "verified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "verified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Verified", "sensitive" : false, "setterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain", "setterMethodName" : "setVerified", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "verified", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "verified", "variableType" : "Boolean", "documentation" : "

Verified status of the Subdomain

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSubDomainSetting", "beanStyleSetterMethodName" : "setSubDomainSetting", "c2jName" : "subDomainSetting", "c2jShape" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #subDomainSetting(SubDomainSetting)}.\n@param subDomainSetting a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subDomainSetting(SubDomainSetting)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSetting()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSetting(SubDomainSetting)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSetting property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSetting", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSetting", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSetting", "getterDocumentation" : "

Setting structure for the Subdomain.

\n@return Setting structure for the Subdomain.", "getterModel" : { "returnType" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "subDomainSetting", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSetting", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "SubDomainSetting", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSetting Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSetting", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVerified", "beanStyleSetterMethodName" : "setVerified", "c2jName" : "verified", "c2jShape" : "Verified", "defaultConsumerFluentSetterDocumentation" : "

Verified status of the Subdomain

\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 #verified(Boolean)}.\n@param verified 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 #verified(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Verified status of the Subdomain

\n@return Verified status of the Subdomain\n@deprecated Use {@link #verified()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #verified(Boolean)}\n", "documentation" : "

Verified status of the Subdomain

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Verified property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVerified", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verified", "fluentSetterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verified", "getterDocumentation" : "

Verified status of the Subdomain

\n@return Verified status of the Subdomain", "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" : "verified", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "verified", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "Verified", "sensitive" : false, "setterDocumentation" : "

Verified status of the Subdomain

\n@param verified Verified status of the Subdomain", "setterMethodName" : "setVerified", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "verified", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "verified", "variableType" : "Boolean", "documentation" : "

Verified status of the Subdomain

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDnsRecord", "beanStyleSetterMethodName" : "setDnsRecord", "c2jName" : "dnsRecord", "c2jShape" : "DNSRecord", "defaultConsumerFluentSetterDocumentation" : "

DNS record for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dnsRecord(String)}.\n@param dnsRecord a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dnsRecord(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

DNS record for the Subdomain.

\n@return DNS record for the Subdomain.\n@deprecated Use {@link #dnsRecord()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dnsRecord(String)}\n", "documentation" : "

DNS record for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DnsRecord property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDnsRecord", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dnsRecord", "fluentSetterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dnsRecord", "getterDocumentation" : "

DNS record for the Subdomain.

\n@return DNS record for the Subdomain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "dnsRecord", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "dnsRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DnsRecord", "sensitive" : false, "setterDocumentation" : "

DNS record for the Subdomain.

\n@param dnsRecord DNS record for the Subdomain.", "setterMethodName" : "setDnsRecord", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dnsRecord", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dnsRecord", "variableType" : "String", "documentation" : "

DNS record for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "subDomainSetting", "verified", "dnsRecord" ], "shapeName" : "SubDomain", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubDomain", "variableName" : "subDomain", "variableType" : "SubDomain", "documentation" : null, "simpleType" : "SubDomain", "variableSetterType" : "SubDomain" }, "wrapper" : false, "xmlNamespace" : null }, "SubDomainSetting" : { "c2jName" : "SubDomainSetting", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Setting for the Subdomain.

", "endpointDiscovery" : 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" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "prefix", "c2jShape" : "DomainPrefix", "defaultConsumerFluentSetterDocumentation" : "

Prefix setting for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Prefix setting for the Subdomain.

\n@return Prefix setting for the Subdomain.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

Prefix setting for the Subdomain.

", "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" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

Prefix setting for the Subdomain.

\n@return Prefix setting for the Subdomain.", "getterModel" : { "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" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.", "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" : "

Prefix setting for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Branch name setting for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch name setting for the Subdomain.

\n@return Branch name setting for the Subdomain.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Branch name setting for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Branch name setting for the Subdomain.

\n@return Branch name setting for the Subdomain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Branch name setting for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Branch name setting for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch name setting for the Subdomain.

\n@return Branch name setting for the Subdomain.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Branch name setting for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Branch name setting for the Subdomain.

\n@return Branch name setting for the Subdomain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Branch name setting for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Prefix" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "prefix", "c2jShape" : "DomainPrefix", "defaultConsumerFluentSetterDocumentation" : "

Prefix setting for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Prefix setting for the Subdomain.

\n@return Prefix setting for the Subdomain.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

Prefix setting for the Subdomain.

", "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" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

Prefix setting for the Subdomain.

\n@return Prefix setting for the Subdomain.", "getterModel" : { "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" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.", "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" : "

Prefix setting for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPrefix", "beanStyleSetterMethodName" : "setPrefix", "c2jName" : "prefix", "c2jShape" : "DomainPrefix", "defaultConsumerFluentSetterDocumentation" : "

Prefix setting for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Prefix setting for the Subdomain.

\n@return Prefix setting for the Subdomain.\n@deprecated Use {@link #prefix()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #prefix(String)}\n", "documentation" : "

Prefix setting for the Subdomain.

", "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" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "prefix", "getterDocumentation" : "

Prefix setting for the Subdomain.

\n@return Prefix setting for the Subdomain.", "getterModel" : { "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" : "

Prefix setting for the Subdomain.

\n@param prefix Prefix setting for the Subdomain.", "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" : "

Prefix setting for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Branch name setting for the Subdomain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch name setting for the Subdomain.

\n@return Branch name setting for the Subdomain.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Branch name setting for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Branch name setting for the Subdomain.

\n@return Branch name setting for the Subdomain.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Branch name setting for the Subdomain.

\n@param branchName Branch name setting for the Subdomain.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Branch name setting for the Subdomain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "prefix", "branchName" ], "shapeName" : "SubDomainSetting", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "subDomainSetting", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceRequest" : { "c2jName" : "TagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure used to tag 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" : "TagResource", "locationName" : null, "requestUri" : "/tags/{resourceArn}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to tag 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to tag resource.

\n@return Resource arn used to tag resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to tag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to tag resource.

\n@return Resource arn used to tag resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to tag resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags used to tag resource.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tags used to tag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags used to tag resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags used to tag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags used to tag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags used to tag resource.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags used to tag resource.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to tag 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to tag resource.

\n@return Resource arn used to tag resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to tag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to tag resource.

\n@return Resource arn used to tag resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to tag resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Tags" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags used to tag resource.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tags used to tag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags used to tag resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags used to tag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags used to tag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags used to tag resource.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags used to tag resource.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to tag 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to tag resource.

\n@return Resource arn used to tag resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to tag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to tag resource.

\n@return Resource arn used to tag resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to tag resource.

\n@param resourceArn Resource arn used to tag resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to tag resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "tags", "c2jShape" : "TagMap", "defaultConsumerFluentSetterDocumentation" : "

Tags used to tag resource.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tags used to tag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags used to tag resource.\n@deprecated Use {@link #tags()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n", "documentation" : "

Tags used to tag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTags", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

Tags used to tag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n

\n@return Tags used to tag resource.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "tags", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

Tags used to tag resource.

\n@param tags Tags used to tag resource.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "tags", "variableType" : "java.util.Map", "documentation" : "

Tags used to tag resource.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tags" ], "shapeName" : "TagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TagResourceRequest", "variableName" : "tagResourceRequest", "variableType" : "TagResourceRequest", "documentation" : null, "simpleType" : "TagResourceRequest", "variableSetterType" : "TagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "TagResourceResponse" : { "c2jName" : "TagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Response for tag 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" : [ ], "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 }, "UnauthorizedException" : { "c2jName" : "UnauthorizedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Exception thrown when an operation fails due to a lack of access.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnauthorizedException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 401, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UnauthorizedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnauthorizedException", "variableName" : "unauthorizedException", "variableType" : "UnauthorizedException", "documentation" : null, "simpleType" : "UnauthorizedException", "variableSetterType" : "UnauthorizedException" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceRequest" : { "c2jName" : "UntagResourceRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure used to untag 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" : "UntagResource", "locationName" : null, "requestUri" : "/tags/{resourceArn}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to untag 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to untag resource.

\n@return Resource arn used to untag resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to untag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to untag resource.

\n@return Resource arn used to untag resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to untag resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

Tag keys used to untag resource.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag keys used to untag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return Tag keys used to untag resource.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

Tag keys used to untag resource.

", "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" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

Tag keys used to untag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return Tag keys used to untag resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

Tag keys used to untag resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ResourceArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to untag 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to untag resource.

\n@return Resource arn used to untag resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to untag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to untag resource.

\n@return Resource arn used to untag resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to untag resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TagKeys" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

Tag keys used to untag resource.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag keys used to untag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return Tag keys used to untag resource.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

Tag keys used to untag resource.

", "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" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

Tag keys used to untag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return Tag keys used to untag resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

Tag keys used to untag resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getResourceArn", "beanStyleSetterMethodName" : "setResourceArn", "c2jName" : "resourceArn", "c2jShape" : "ResourceArn", "defaultConsumerFluentSetterDocumentation" : "

Resource arn used to untag 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 #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Resource arn used to untag resource.

\n@return Resource arn used to untag resource.\n@deprecated Use {@link #resourceArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n", "documentation" : "

Resource arn used to untag resource.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasResourceArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceArn", "fluentSetterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceArn", "getterDocumentation" : "

Resource arn used to untag resource.

\n@return Resource arn used to untag resource.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "resourceArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "resourceArn", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ResourceArn", "sensitive" : false, "setterDocumentation" : "

Resource arn used to untag resource.

\n@param resourceArn Resource arn used to untag resource.", "setterMethodName" : "setResourceArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "resourceArn", "variableType" : "String", "documentation" : "

Resource arn used to untag resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTagKeys", "beanStyleSetterMethodName" : "setTagKeys", "c2jName" : "tagKeys", "c2jShape" : "TagKeyList", "defaultConsumerFluentSetterDocumentation" : "

Tag keys used to untag resource.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tagKeys(List)}.\n@param tagKeys a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tagKeys(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Tag keys used to untag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return Tag keys used to untag resource.\n@deprecated Use {@link #tagKeys()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tagKeys(List)}\n", "documentation" : "

Tag keys used to untag resource.

", "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" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tagKeys", "getterDocumentation" : "

Tag keys used to untag resource.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasTagKeys()} to see if a value was sent in this field.\n

\n@return Tag keys used to untag resource.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "tagKeys", "queryString" : true, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "tagKeys", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TagKeys", "sensitive" : false, "setterDocumentation" : "

Tag keys used to untag resource.

\n@param tagKeys Tag keys used to untag resource.", "setterMethodName" : "setTagKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagKeys", "variableType" : "java.util.List", "documentation" : "

Tag keys used to untag resource.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "resourceArn", "tagKeys" ], "shapeName" : "UntagResourceRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UntagResourceRequest", "variableName" : "untagResourceRequest", "variableType" : "UntagResourceRequest", "documentation" : null, "simpleType" : "UntagResourceRequest", "variableSetterType" : "UntagResourceRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UntagResourceResponse" : { "c2jName" : "UntagResourceResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Response for untag 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" : [ ], "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 }, "UpdateAppRequest" : { "c2jName" : "UpdateAppRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for update App 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" : { "action" : "UpdateApp", "locationName" : null, "requestUri" : "/apps/{appId}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 an Amplify App.

\n@return Name for an Amplify App.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for an Amplify App.

\n@param name Name for an Amplify App.\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 an Amplify App.

", "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 an Amplify App.

\n@param name Name for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for an Amplify App.

\n@return Name for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 an Amplify App.

\n@param name Name for an Amplify App.", "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 an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for an Amplify App.

\n@return Description for an Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for an Amplify App.

\n@return Description for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformAsString(String)}.\n@param platform a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platform(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Platform for an Amplify App.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n

\n@return Platform for an Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : "Platform", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Platform property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatform", "fluentEnumGetterMethodName" : "platform", "fluentEnumSetterMethodName" : "platform", "fluentGetterMethodName" : "platformAsString", "fluentSetterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform for an Amplify App.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n

\n@return Platform for an Amplify App.\n@see Platform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platform", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Platform", "sensitive" : false, "setterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

IAM service role for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamServiceRoleArn(String)}.\n@param iamServiceRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamServiceRoleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

IAM service role for an Amplify App.

\n@return IAM service role for an Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

IAM service role for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamServiceRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamServiceRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamServiceRoleArn", "fluentSetterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

IAM service role for an Amplify App.

\n@return IAM service role for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

IAM service role for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\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 #enableBranchAutoBuild(Boolean)}.\n@param enableBranchAutoBuild 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 #enableBranchAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@return Enables branch auto-building for an Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enables branch auto-building for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBranchAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBranchAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBranchAutoBuild", "fluentSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@return Enables branch auto-building for an Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables branch auto-building for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@return Enables Basic Authorization for an Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@return Enables Basic Authorization for an Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@return Basic Authorization credentials for an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@return Basic Authorization credentials for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\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 #customRules(List)}.\n@param customRules 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 #customRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom redirect / rewrite rules for an Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom redirect / rewrite rules for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customRules", "fluentSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom redirect / rewrite rules for an Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom redirect / rewrite rules for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for an Amplify App.

\n@return BuildSpec for an Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for an Amplify App.

\n@return BuildSpec for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\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 #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation 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 #enableAutoBranchCreation(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBranchCreation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBranchCreation", "fluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\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 #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns 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 #autoBranchCreationPatterns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationPatterns", "fluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.", "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" : "autoBranchCreationPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationPatterns", "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" : "AutoBranchCreationPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AutoBranchCreationPatterns", "sensitive" : false, "setterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@return Automated branch creation branchConfig for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation branchConfig for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationConfig", "fluentSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@return Automated branch creation branchConfig for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation branchConfig for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for an Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repository(String)}.\n@param repository a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repository(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for an Amplify App

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Repository property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRepository", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repository", "fluentSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOauthToken", "beanStyleSetterMethodName" : "setOauthToken", "c2jName" : "oauthToken", "c2jShape" : "OauthToken", "defaultConsumerFluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #oauthToken(String)}.\n@param oauthToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oauthToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@deprecated Use {@link #oauthToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oauthToken(String)}\n", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OauthToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOauthToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oauthToken", "fluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oauthToken", "getterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "oauthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "oauthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OauthToken", "sensitive" : false, "setterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "setterMethodName" : "setOauthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessToken", "beanStyleSetterMethodName" : "setAccessToken", "c2jName" : "accessToken", "c2jShape" : "AccessToken", "defaultConsumerFluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessToken(String)}.\n@param accessToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@deprecated Use {@link #accessToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessToken(String)}\n", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessToken", "fluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessToken", "getterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessToken", "sensitive" : false, "setterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "setterMethodName" : "setAccessToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessToken", "beanStyleSetterMethodName" : "setAccessToken", "c2jName" : "accessToken", "c2jShape" : "AccessToken", "defaultConsumerFluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessToken(String)}.\n@param accessToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@deprecated Use {@link #accessToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessToken(String)}\n", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessToken", "fluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessToken", "getterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessToken", "sensitive" : false, "setterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "setterMethodName" : "setAccessToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AutoBranchCreationConfig" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@return Automated branch creation branchConfig for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation branchConfig for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationConfig", "fluentSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@return Automated branch creation branchConfig for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation branchConfig for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "AutoBranchCreationPatterns" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\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 #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns 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 #autoBranchCreationPatterns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationPatterns", "fluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.", "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" : "autoBranchCreationPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationPatterns", "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" : "AutoBranchCreationPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AutoBranchCreationPatterns", "sensitive" : false, "setterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@return Basic Authorization credentials for an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@return Basic Authorization credentials for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for an Amplify App.

\n@return BuildSpec for an Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for an Amplify App.

\n@return BuildSpec for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomRules" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\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 #customRules(List)}.\n@param customRules 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 #customRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom redirect / rewrite rules for an Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom redirect / rewrite rules for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customRules", "fluentSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom redirect / rewrite rules for an Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom redirect / rewrite rules for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for an Amplify App.

\n@return Description for an Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for an Amplify App.

\n@return Description for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBranchCreation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\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 #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation 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 #enableAutoBranchCreation(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBranchCreation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBranchCreation", "fluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@return Enables Basic Authorization for an Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@return Enables Basic Authorization for an Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBranchAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\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 #enableBranchAutoBuild(Boolean)}.\n@param enableBranchAutoBuild 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 #enableBranchAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@return Enables branch auto-building for an Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enables branch auto-building for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBranchAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBranchAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBranchAutoBuild", "fluentSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@return Enables branch auto-building for an Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables branch auto-building for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "IamServiceRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

IAM service role for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamServiceRoleArn(String)}.\n@param iamServiceRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamServiceRoleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

IAM service role for an Amplify App.

\n@return IAM service role for an Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

IAM service role for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamServiceRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamServiceRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamServiceRoleArn", "fluentSetterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

IAM service role for an Amplify App.

\n@return IAM service role for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

IAM service role for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Name" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 an Amplify App.

\n@return Name for an Amplify App.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for an Amplify App.

\n@param name Name for an Amplify App.\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 an Amplify App.

", "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 an Amplify App.

\n@param name Name for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for an Amplify App.

\n@return Name for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 an Amplify App.

\n@param name Name for an Amplify App.", "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 an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OauthToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOauthToken", "beanStyleSetterMethodName" : "setOauthToken", "c2jName" : "oauthToken", "c2jShape" : "OauthToken", "defaultConsumerFluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #oauthToken(String)}.\n@param oauthToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oauthToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@deprecated Use {@link #oauthToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oauthToken(String)}\n", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OauthToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOauthToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oauthToken", "fluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oauthToken", "getterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "oauthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "oauthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OauthToken", "sensitive" : false, "setterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "setterMethodName" : "setOauthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Platform" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformAsString(String)}.\n@param platform a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platform(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Platform for an Amplify App.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n

\n@return Platform for an Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : "Platform", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Platform property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatform", "fluentEnumGetterMethodName" : "platform", "fluentEnumSetterMethodName" : "platform", "fluentGetterMethodName" : "platformAsString", "fluentSetterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform for an Amplify App.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n

\n@return Platform for an Amplify App.\n@see Platform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platform", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Platform", "sensitive" : false, "setterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Repository" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for an Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repository(String)}.\n@param repository a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repository(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for an Amplify App

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Repository property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRepository", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repository", "fluentSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

Name for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #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 an Amplify App.

\n@return Name for an Amplify App.\n@deprecated Use {@link #name()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for an Amplify App.

\n@param name Name for an Amplify App.\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 an Amplify App.

", "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 an Amplify App.

\n@param name Name for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

Name for an Amplify App.

\n@return Name for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "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 an Amplify App.

\n@param name Name for an Amplify App.", "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 an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for an Amplify App.

\n@return Description for an Amplify App.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for an Amplify App.

\n@return Description for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for an Amplify App.

\n@param description Description for an Amplify App.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPlatform", "beanStyleSetterMethodName" : "setPlatform", "c2jName" : "platform", "c2jShape" : "Platform", "defaultConsumerFluentSetterDocumentation" : "

Platform for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformAsString(String)}.\n@param platform a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platform(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Platform for an Amplify App.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n

\n@return Platform for an Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n", "documentation" : "

Platform for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : "Platform", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Platform property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPlatform", "fluentEnumGetterMethodName" : "platform", "fluentEnumSetterMethodName" : "platform", "fluentGetterMethodName" : "platformAsString", "fluentSetterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform", "fluentSetterMethodName" : "platform", "getterDocumentation" : "

Platform for an Amplify App.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n

\n@return Platform for an Amplify App.\n@see Platform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "platform", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Platform", "sensitive" : false, "setterDocumentation" : "

Platform for an Amplify App.

\n@param platform Platform for an Amplify App.\n@see Platform", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

Platform for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getIamServiceRoleArn", "beanStyleSetterMethodName" : "setIamServiceRoleArn", "c2jName" : "iamServiceRoleArn", "c2jShape" : "ServiceRoleArn", "defaultConsumerFluentSetterDocumentation" : "

IAM service role for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamServiceRoleArn(String)}.\n@param iamServiceRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamServiceRoleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

IAM service role for an Amplify App.

\n@return IAM service role for an Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n", "documentation" : "

IAM service role for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the IamServiceRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasIamServiceRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "iamServiceRoleArn", "fluentSetterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "iamServiceRoleArn", "getterDocumentation" : "

IAM service role for an Amplify App.

\n@return IAM service role for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "iamServiceRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "iamServiceRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IamServiceRoleArn", "sensitive" : false, "setterDocumentation" : "

IAM service role for an Amplify App.

\n@param iamServiceRoleArn IAM service role for an Amplify App.", "setterMethodName" : "setIamServiceRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamServiceRoleArn", "variableType" : "String", "documentation" : "

IAM service role for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for an Amplify App.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for an Amplify App.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for an Amplify App.

\n@param environmentVariables Environment Variables for an Amplify App.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for an Amplify App.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBranchAutoBuild", "beanStyleSetterMethodName" : "setEnableBranchAutoBuild", "c2jName" : "enableBranchAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\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 #enableBranchAutoBuild(Boolean)}.\n@param enableBranchAutoBuild 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 #enableBranchAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@return Enables branch auto-building for an Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n", "documentation" : "

Enables branch auto-building for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBranchAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBranchAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBranchAutoBuild", "fluentSetterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBranchAutoBuild", "getterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@return Enables branch auto-building for an Amplify App.", "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" : "enableBranchAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBranchAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBranchAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables branch auto-building for an Amplify App.

\n@param enableBranchAutoBuild Enables branch auto-building for an Amplify App.", "setterMethodName" : "setEnableBranchAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBranchAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables branch auto-building for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@return Enables Basic Authorization for an Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Authorization for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@return Enables Basic Authorization for an Amplify App.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Authorization for an Amplify App.

\n@param enableBasicAuth Enables Basic Authorization for an Amplify App.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Authorization for an Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@return Basic Authorization credentials for an Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@return Basic Authorization credentials for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for an Amplify App.

\n@param basicAuthCredentials Basic Authorization credentials for an Amplify App.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getCustomRules", "beanStyleSetterMethodName" : "setCustomRules", "c2jName" : "customRules", "c2jShape" : "CustomRules", "defaultConsumerFluentSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\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 #customRules(List)}.\n@param customRules 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 #customRules(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom redirect / rewrite rules for an Amplify App.\n@deprecated Use {@link #customRules()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n", "documentation" : "

Custom redirect / rewrite rules for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CustomRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCustomRules", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customRules", "fluentSetterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customRules", "getterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n

\n@return Custom redirect / rewrite rules for an Amplify App.", "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" : "customRules", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "customRules", "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" : "CustomRule", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)", "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(CustomRule)}\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" : "CustomRule", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : null, "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CustomRule", "variableName" : "member", "variableType" : "CustomRule", "documentation" : "", "simpleType" : "CustomRule", "variableSetterType" : "CustomRule" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CustomRule", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CustomRule", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CustomRules", "sensitive" : false, "setterDocumentation" : "

Custom redirect / rewrite rules for an Amplify App.

\n@param customRules Custom redirect / rewrite rules for an Amplify App.", "setterMethodName" : "setCustomRules", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "customRules", "variableType" : "java.util.List", "documentation" : "

Custom redirect / rewrite rules for an Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for an Amplify App.

\n@return BuildSpec for an Amplify App.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for an Amplify App.

\n@return BuildSpec for an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for an Amplify App.

\n@param buildSpec BuildSpec for an Amplify App.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBranchCreation", "beanStyleSetterMethodName" : "setEnableAutoBranchCreation", "c2jName" : "enableAutoBranchCreation", "c2jShape" : "EnableAutoBranchCreation", "defaultConsumerFluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\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 #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation 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 #enableAutoBranchCreation(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n", "documentation" : "

Enables automated branch creation for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBranchCreation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBranchCreation", "fluentSetterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBranchCreation", "getterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@return Enables automated branch creation for the Amplify App.", "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" : "enableAutoBranchCreation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBranchCreation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBranchCreation", "sensitive" : false, "setterDocumentation" : "

Enables automated branch creation for the Amplify App.

\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.", "setterMethodName" : "setEnableAutoBranchCreation", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBranchCreation", "variableType" : "Boolean", "documentation" : "

Enables automated branch creation for the Amplify App.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getAutoBranchCreationPatterns", "beanStyleSetterMethodName" : "setAutoBranchCreationPatterns", "c2jName" : "autoBranchCreationPatterns", "c2jShape" : "AutoBranchCreationPatterns", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\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 #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns 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 #autoBranchCreationPatterns(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationPatterns", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationPatterns", "fluentSetterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationPatterns", "getterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n

\n@return Automated branch creation glob patterns for the Amplify App.", "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" : "autoBranchCreationPatterns", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationPatterns", "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" : "AutoBranchCreationPattern", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "AutoBranchCreationPatterns", "sensitive" : false, "setterDocumentation" : "

Automated branch creation glob patterns for the Amplify App.

\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.", "setterMethodName" : "setAutoBranchCreationPatterns", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "autoBranchCreationPatterns", "variableType" : "java.util.List", "documentation" : "

Automated branch creation glob patterns for the Amplify App.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAutoBranchCreationConfig", "beanStyleSetterMethodName" : "setAutoBranchCreationConfig", "c2jName" : "autoBranchCreationConfig", "c2jShape" : "AutoBranchCreationConfig", "defaultConsumerFluentSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@return Automated branch creation branchConfig for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n", "documentation" : "

Automated branch creation branchConfig for the Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAutoBranchCreationConfig", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "autoBranchCreationConfig", "fluentSetterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "autoBranchCreationConfig", "getterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@return Automated branch creation branchConfig for the Amplify App.", "getterModel" : { "returnType" : "AutoBranchCreationConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "autoBranchCreationConfig", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "autoBranchCreationConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "AutoBranchCreationConfig", "sensitive" : false, "setterDocumentation" : "

Automated branch creation branchConfig for the Amplify App.

\n@param autoBranchCreationConfig Automated branch creation branchConfig for the Amplify App.", "setterMethodName" : "setAutoBranchCreationConfig", "setterModel" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : null, "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "AutoBranchCreationConfig", "variableName" : "autoBranchCreationConfig", "variableType" : "AutoBranchCreationConfig", "documentation" : "

Automated branch creation branchConfig for the Amplify App.

", "simpleType" : "AutoBranchCreationConfig", "variableSetterType" : "AutoBranchCreationConfig" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRepository", "beanStyleSetterMethodName" : "setRepository", "c2jName" : "repository", "c2jShape" : "Repository", "defaultConsumerFluentSetterDocumentation" : "

Repository for an Amplify App

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repository(String)}.\n@param repository a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repository(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App\n@deprecated Use {@link #repository()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n", "documentation" : "

Repository for an Amplify App

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Repository property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRepository", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "repository", "fluentSetterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "repository", "getterDocumentation" : "

Repository for an Amplify App

\n@return Repository for an Amplify App", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "repository", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "repository", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Repository", "sensitive" : false, "setterDocumentation" : "

Repository for an Amplify App

\n@param repository Repository for an Amplify App", "setterMethodName" : "setRepository", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "repository", "variableType" : "String", "documentation" : "

Repository for an Amplify App

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOauthToken", "beanStyleSetterMethodName" : "setOauthToken", "c2jName" : "oauthToken", "c2jShape" : "OauthToken", "defaultConsumerFluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #oauthToken(String)}.\n@param oauthToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oauthToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@deprecated Use {@link #oauthToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #oauthToken(String)}\n", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OauthToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOauthToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oauthToken", "fluentSetterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oauthToken", "getterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@return OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "oauthToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "oauthToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OauthToken", "sensitive" : false, "setterDocumentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

\n@param oauthToken OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.", "setterMethodName" : "setOauthToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oauthToken", "variableType" : "String", "documentation" : "

OAuth token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. OAuth token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAccessToken", "beanStyleSetterMethodName" : "setAccessToken", "c2jName" : "accessToken", "c2jShape" : "AccessToken", "defaultConsumerFluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accessToken(String)}.\n@param accessToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accessToken(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@deprecated Use {@link #accessToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #accessToken(String)}\n", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AccessToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAccessToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accessToken", "fluentSetterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accessToken", "getterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@return Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "accessToken", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "accessToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AccessToken", "sensitive" : false, "setterDocumentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

\n@param accessToken Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.", "setterMethodName" : "setAccessToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accessToken", "variableType" : "String", "documentation" : "

Personal Access token for 3rd party source control system for an Amplify App, used to create webhook and read-only deploy key. Token is not stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId" ], "shapeName" : "UpdateAppRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAppRequest", "variableName" : "updateAppRequest", "variableType" : "UpdateAppRequest", "documentation" : null, "simpleType" : "UpdateAppRequest", "variableSetterType" : "UpdateAppRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateAppResponse" : { "c2jName" : "UpdateAppResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for an Amplify App update 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" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "

App structure for the updated App.

\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

App structure for the updated App.

\n@return App structure for the updated App.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "

App structure for the updated App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "

App structure for the updated App.

\n@return App structure for the updated App.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "

App structure for the updated App.

", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "App" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "

App structure for the updated App.

\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

App structure for the updated App.

\n@return App structure for the updated App.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "

App structure for the updated App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "

App structure for the updated App.

\n@return App structure for the updated App.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "

App structure for the updated App.

", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getApp", "beanStyleSetterMethodName" : "setApp", "c2jName" : "app", "c2jShape" : "App", "defaultConsumerFluentSetterDocumentation" : "

App structure for the updated App.

\nThis is a convenience that creates an instance of the {@link App.Builder} avoiding the need to create one manually via {@link App#builder()}.\n\nWhen the {@link Consumer} completes, {@link App.Builder#build()} is called immediately and its result is passed to {@link #app(App)}.\n@param app a consumer that will call methods on {@link App.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #app(App)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

App structure for the updated App.

\n@return App structure for the updated App.\n@deprecated Use {@link #app()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #app(App)}\n", "documentation" : "

App structure for the updated App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the App property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasApp", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "app", "fluentSetterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "app", "getterDocumentation" : "

App structure for the updated App.

\n@return App structure for the updated App.", "getterModel" : { "returnType" : "App", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "app", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "app", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "App", "sensitive" : false, "setterDocumentation" : "

App structure for the updated App.

\n@param app App structure for the updated App.", "setterMethodName" : "setApp", "setterModel" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : null, "simpleType" : "App", "variableSetterType" : "App" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "App", "variableName" : "app", "variableType" : "App", "documentation" : "

App structure for the updated App.

", "simpleType" : "App", "variableSetterType" : "App" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "app" ], "shapeName" : "UpdateAppResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateAppResponse", "variableName" : "updateAppResponse", "variableType" : "UpdateAppResponse", "documentation" : null, "simpleType" : "UpdateAppResponse", "variableSetterType" : "UpdateAppResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateBranchRequest" : { "c2jName" : "UpdateBranchRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for update branch 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" : { "action" : "UpdateBranch", "locationName" : null, "requestUri" : "/apps/{appId}/branches/{branchName}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for the branch.

\n@return Description for the branch.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the branch.

\n@return Description for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFramework", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "framework", "fluentSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the branch.

", "endpointDiscoveryId" : false, "enumType" : "Stage", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : "stage", "fluentEnumSetterMethodName" : "stage", "fluentGetterMethodName" : "stageAsString", "fluentSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for the branch.

\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 #enableNotification(Boolean)}.\n@param enableNotification 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 #enableNotification(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableNotification", "fluentSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the branch.

\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 #enableAutoBuild(Boolean)}.\n@param enableAutoBuild 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 #enableAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBuild", "fluentSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ttl(String)}.\n@param ttl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ttl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ttl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTtl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ttl", "fluentSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\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 #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview 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 #enablePullRequestPreview(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnablePullRequestPreview", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enablePullRequestPreview", "fluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPullRequestEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pullRequestEnvironmentName", "fluentSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironmentArn(String)}.\n@param backendEnvironmentArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironmentArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironmentArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironmentArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironmentArn", "fluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BackendEnvironmentArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironmentArn(String)}.\n@param backendEnvironmentArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironmentArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironmentArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironmentArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironmentArn", "fluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BasicAuthCredentials" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "BuildSpec" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for the branch.

\n@return Description for the branch.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the branch.

\n@return Description for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DisplayName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoBuild" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the branch.

\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 #enableAutoBuild(Boolean)}.\n@param enableAutoBuild 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 #enableAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBuild", "fluentSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableBasicAuth" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableNotification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for the branch.

\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 #enableNotification(Boolean)}.\n@param enableNotification 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 #enableNotification(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableNotification", "fluentSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnablePullRequestPreview" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\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 #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview 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 #enablePullRequestPreview(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnablePullRequestPreview", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enablePullRequestPreview", "fluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnvironmentVariables" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Framework" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFramework", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "framework", "fluentSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "PullRequestEnvironmentName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPullRequestEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pullRequestEnvironmentName", "fluentSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Stage" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the branch.

", "endpointDiscoveryId" : false, "enumType" : "Stage", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : "stage", "fluentEnumSetterMethodName" : "stage", "fluentGetterMethodName" : "stageAsString", "fluentSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Ttl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ttl(String)}.\n@param ttl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ttl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ttl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTtl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ttl", "fluentSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for the branch.

\n@return Name for the branch.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for the branch.

\n@return Name for the branch.", "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" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for the branch.

\n@param branchName Name for the branch.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for the branch.

\n@return Description for the branch.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for the branch.

\n@return Description for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for the branch.

\n@param description Description for the branch.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFramework", "beanStyleSetterMethodName" : "setFramework", "c2jName" : "framework", "c2jShape" : "Framework", "defaultConsumerFluentSetterDocumentation" : "

Framework for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.\n@deprecated Use {@link #framework()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n", "documentation" : "

Framework for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFramework", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "framework", "fluentSetterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "framework", "getterDocumentation" : "

Framework for the branch.

\n@return Framework for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "framework", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "framework", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Framework", "sensitive" : false, "setterDocumentation" : "

Framework for the branch.

\n@param framework Framework for the branch.", "setterMethodName" : "setFramework", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "framework", "variableType" : "String", "documentation" : "

Framework for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStage", "beanStyleSetterMethodName" : "setStage", "c2jName" : "stage", "c2jShape" : "Stage", "defaultConsumerFluentSetterDocumentation" : "

Stage for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n", "documentation" : "

Stage for the branch.

", "endpointDiscoveryId" : false, "enumType" : "Stage", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStage", "fluentEnumGetterMethodName" : "stage", "fluentEnumSetterMethodName" : "stage", "fluentGetterMethodName" : "stageAsString", "fluentSetterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage", "fluentSetterMethodName" : "stage", "getterDocumentation" : "

Stage for the branch.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n

\n@return Stage for the branch.\n@see Stage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "stage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "stage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Stage", "sensitive" : false, "setterDocumentation" : "

Stage for the branch.

\n@param stage Stage for the branch.\n@see Stage", "setterMethodName" : "setStage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stage", "variableType" : "String", "documentation" : "

Stage for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableNotification", "beanStyleSetterMethodName" : "setEnableNotification", "c2jName" : "enableNotification", "c2jShape" : "EnableNotification", "defaultConsumerFluentSetterDocumentation" : "

Enables notifications for the branch.

\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 #enableNotification(Boolean)}.\n@param enableNotification 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 #enableNotification(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.\n@deprecated Use {@link #enableNotification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableNotification(Boolean)}\n", "documentation" : "

Enables notifications for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableNotification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableNotification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableNotification", "fluentSetterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableNotification", "getterDocumentation" : "

Enables notifications for the branch.

\n@return Enables notifications for the branch.", "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" : "enableNotification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableNotification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableNotification", "sensitive" : false, "setterDocumentation" : "

Enables notifications for the branch.

\n@param enableNotification Enables notifications for the branch.", "setterMethodName" : "setEnableNotification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableNotification", "variableType" : "Boolean", "documentation" : "

Enables notifications for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoBuild", "beanStyleSetterMethodName" : "setEnableAutoBuild", "c2jName" : "enableAutoBuild", "c2jShape" : "EnableAutoBuild", "defaultConsumerFluentSetterDocumentation" : "

Enables auto building for the branch.

\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 #enableAutoBuild(Boolean)}.\n@param enableAutoBuild 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 #enableAutoBuild(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.\n@deprecated Use {@link #enableAutoBuild()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n", "documentation" : "

Enables auto building for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoBuild", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoBuild", "fluentSetterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoBuild", "getterDocumentation" : "

Enables auto building for the branch.

\n@return Enables auto building for the branch.", "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" : "enableAutoBuild", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoBuild", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoBuild", "sensitive" : false, "setterDocumentation" : "

Enables auto building for the branch.

\n@param enableAutoBuild Enables auto building for the branch.", "setterMethodName" : "setEnableAutoBuild", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoBuild", "variableType" : "Boolean", "documentation" : "

Enables auto building for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getEnvironmentVariables", "beanStyleSetterMethodName" : "setEnvironmentVariables", "c2jName" : "environmentVariables", "c2jShape" : "EnvironmentVariables", "defaultConsumerFluentSetterDocumentation" : "

Environment Variables for the branch.

\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.\n@deprecated Use {@link #environmentVariables()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n", "documentation" : "

Environment Variables for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnvironmentVariables", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "environmentVariables", "fluentSetterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "environmentVariables", "getterDocumentation" : "

Environment Variables for the branch.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n

\n@return Environment Variables for the branch.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "environmentVariables", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "environmentVariables", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "EnvKey", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasKey", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "key", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "EnvValue", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasValue", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "value", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingType" : "MAP", "name" : "EnvironmentVariables", "sensitive" : false, "setterDocumentation" : "

Environment Variables for the branch.

\n@param environmentVariables Environment Variables for the branch.", "setterMethodName" : "setEnvironmentVariables", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "environmentVariables", "variableType" : "java.util.Map", "documentation" : "

Environment Variables for the branch.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBasicAuthCredentials", "beanStyleSetterMethodName" : "setBasicAuthCredentials", "c2jName" : "basicAuthCredentials", "c2jShape" : "BasicAuthCredentials", "defaultConsumerFluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.\n@deprecated Use {@link #basicAuthCredentials()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n", "documentation" : "

Basic Authorization credentials for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBasicAuthCredentials", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "basicAuthCredentials", "fluentSetterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "basicAuthCredentials", "getterDocumentation" : "

Basic Authorization credentials for the branch.

\n@return Basic Authorization credentials for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "basicAuthCredentials", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "basicAuthCredentials", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BasicAuthCredentials", "sensitive" : false, "setterDocumentation" : "

Basic Authorization credentials for the branch.

\n@param basicAuthCredentials Basic Authorization credentials for the branch.", "setterMethodName" : "setBasicAuthCredentials", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "basicAuthCredentials", "variableType" : "String", "documentation" : "

Basic Authorization credentials for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableBasicAuth", "beanStyleSetterMethodName" : "setEnableBasicAuth", "c2jName" : "enableBasicAuth", "c2jShape" : "EnableBasicAuth", "defaultConsumerFluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\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 #enableBasicAuth(Boolean)}.\n@param enableBasicAuth 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 #enableBasicAuth(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.\n@deprecated Use {@link #enableBasicAuth()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n", "documentation" : "

Enables Basic Auth for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableBasicAuth", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableBasicAuth", "fluentSetterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableBasicAuth", "getterDocumentation" : "

Enables Basic Auth for the branch.

\n@return Enables Basic Auth for the branch.", "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" : "enableBasicAuth", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableBasicAuth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableBasicAuth", "sensitive" : false, "setterDocumentation" : "

Enables Basic Auth for the branch.

\n@param enableBasicAuth Enables Basic Auth for the branch.", "setterMethodName" : "setEnableBasicAuth", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableBasicAuth", "variableType" : "Boolean", "documentation" : "

Enables Basic Auth for the branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBuildSpec", "beanStyleSetterMethodName" : "setBuildSpec", "c2jName" : "buildSpec", "c2jShape" : "BuildSpec", "defaultConsumerFluentSetterDocumentation" : "

BuildSpec for the branch.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.\n@deprecated Use {@link #buildSpec()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n", "documentation" : "

BuildSpec for the branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBuildSpec", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "buildSpec", "fluentSetterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "buildSpec", "getterDocumentation" : "

BuildSpec for the branch.

\n@return BuildSpec for the branch.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "buildSpec", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "buildSpec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BuildSpec", "sensitive" : false, "setterDocumentation" : "

BuildSpec for the branch.

\n@param buildSpec BuildSpec for the branch.", "setterMethodName" : "setBuildSpec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "buildSpec", "variableType" : "String", "documentation" : "

BuildSpec for the branch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTtl", "beanStyleSetterMethodName" : "setTtl", "c2jName" : "ttl", "c2jShape" : "TTL", "defaultConsumerFluentSetterDocumentation" : "

The content TTL for the website in seconds.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ttl(String)}.\n@param ttl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ttl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.\n@deprecated Use {@link #ttl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ttl(String)}\n", "documentation" : "

The content TTL for the website in seconds.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Ttl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTtl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ttl", "fluentSetterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ttl", "getterDocumentation" : "

The content TTL for the website in seconds.

\n@return The content TTL for the website in seconds.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ttl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ttl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Ttl", "sensitive" : false, "setterDocumentation" : "

The content TTL for the website in seconds.

\n@param ttl The content TTL for the website in seconds.", "setterMethodName" : "setTtl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "ttl", "variableType" : "String", "documentation" : "

The content TTL for the website in seconds.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDisplayName", "beanStyleSetterMethodName" : "setDisplayName", "c2jName" : "displayName", "c2jShape" : "DisplayName", "defaultConsumerFluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #displayName(String)}.\n@param displayName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #displayName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.\n@deprecated Use {@link #displayName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #displayName(String)}\n", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DisplayName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDisplayName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayName", "fluentSetterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayName", "getterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@return Display name for a branch, will use as the default domain prefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "displayName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "displayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DisplayName", "sensitive" : false, "setterDocumentation" : "

Display name for a branch, will use as the default domain prefix.

\n@param displayName Display name for a branch, will use as the default domain prefix.", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

Display name for a branch, will use as the default domain prefix.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnablePullRequestPreview", "beanStyleSetterMethodName" : "setEnablePullRequestPreview", "c2jName" : "enablePullRequestPreview", "c2jShape" : "EnablePullRequestPreview", "defaultConsumerFluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\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 #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview 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 #enablePullRequestPreview(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n", "documentation" : "

Enables Pull Request Preview for this branch.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnablePullRequestPreview", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enablePullRequestPreview", "fluentSetterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enablePullRequestPreview", "getterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@return Enables Pull Request Preview for this branch.", "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" : "enablePullRequestPreview", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enablePullRequestPreview", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnablePullRequestPreview", "sensitive" : false, "setterDocumentation" : "

Enables Pull Request Preview for this branch.

\n@param enablePullRequestPreview Enables Pull Request Preview for this branch.", "setterMethodName" : "setEnablePullRequestPreview", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enablePullRequestPreview", "variableType" : "Boolean", "documentation" : "

Enables Pull Request Preview for this branch.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getPullRequestEnvironmentName", "beanStyleSetterMethodName" : "setPullRequestEnvironmentName", "c2jName" : "pullRequestEnvironmentName", "c2jShape" : "PullRequestEnvironmentName", "defaultConsumerFluentSetterDocumentation" : "

The Amplify Environment name for the pull 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 #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n", "documentation" : "

The Amplify Environment name for the pull request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPullRequestEnvironmentName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pullRequestEnvironmentName", "fluentSetterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pullRequestEnvironmentName", "getterDocumentation" : "

The Amplify Environment name for the pull request.

\n@return The Amplify Environment name for the pull 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" : "pullRequestEnvironmentName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "pullRequestEnvironmentName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PullRequestEnvironmentName", "sensitive" : false, "setterDocumentation" : "

The Amplify Environment name for the pull request.

\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.", "setterMethodName" : "setPullRequestEnvironmentName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "pullRequestEnvironmentName", "variableType" : "String", "documentation" : "

The Amplify Environment name for the pull request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBackendEnvironmentArn", "beanStyleSetterMethodName" : "setBackendEnvironmentArn", "c2jName" : "backendEnvironmentArn", "c2jShape" : "BackendEnvironmentArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backendEnvironmentArn(String)}.\n@param backendEnvironmentArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backendEnvironmentArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.\n@deprecated Use {@link #backendEnvironmentArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backendEnvironmentArn(String)}\n", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BackendEnvironmentArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBackendEnvironmentArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "backendEnvironmentArn", "fluentSetterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "backendEnvironmentArn", "getterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@return ARN for a Backend Environment, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "backendEnvironmentArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "backendEnvironmentArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BackendEnvironmentArn", "sensitive" : false, "setterDocumentation" : "

ARN for a Backend Environment, part of an Amplify App.

\n@param backendEnvironmentArn ARN for a Backend Environment, part of an Amplify App.", "setterMethodName" : "setBackendEnvironmentArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "backendEnvironmentArn", "variableType" : "String", "documentation" : "

ARN for a Backend Environment, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "branchName" ], "shapeName" : "UpdateBranchRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateBranchRequest", "variableName" : "updateBranchRequest", "variableType" : "UpdateBranchRequest", "documentation" : null, "simpleType" : "UpdateBranchRequest", "variableSetterType" : "UpdateBranchRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateBranchResponse" : { "c2jName" : "UpdateBranchResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for update branch 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" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Branch" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranch", "beanStyleSetterMethodName" : "setBranch", "c2jName" : "branch", "c2jShape" : "Branch", "defaultConsumerFluentSetterDocumentation" : "

Branch structure for an Amplify App.

\nThis is a convenience that creates an instance of the {@link Branch.Builder} avoiding the need to create one manually via {@link Branch#builder()}.\n\nWhen the {@link Consumer} completes, {@link Branch.Builder#build()} is called immediately and its result is passed to {@link #branch(Branch)}.\n@param branch a consumer that will call methods on {@link Branch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branch(Branch)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.\n@deprecated Use {@link #branch()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branch(Branch)}\n", "documentation" : "

Branch structure for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Branch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranch", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branch", "fluentSetterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branch", "getterDocumentation" : "

Branch structure for an Amplify App.

\n@return Branch structure for an Amplify App.", "getterModel" : { "returnType" : "Branch", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branch", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branch", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Branch", "sensitive" : false, "setterDocumentation" : "

Branch structure for an Amplify App.

\n@param branch Branch structure for an Amplify App.", "setterMethodName" : "setBranch", "setterModel" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : null, "simpleType" : "Branch", "variableSetterType" : "Branch" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Branch", "variableName" : "branch", "variableType" : "Branch", "documentation" : "

Branch structure for an Amplify App.

", "simpleType" : "Branch", "variableSetterType" : "Branch" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "branch" ], "shapeName" : "UpdateBranchResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateBranchResponse", "variableName" : "updateBranchResponse", "variableType" : "UpdateBranchResponse", "documentation" : null, "simpleType" : "UpdateBranchResponse", "variableSetterType" : "UpdateBranchResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDomainAssociationRequest" : { "c2jName" : "UpdateDomainAssociationRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for update Domain Association 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" : { "action" : "UpdateDomainAssociation", "locationName" : null, "requestUri" : "/apps/{appId}/domains/{domainName}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomainSettings", "beanStyleSetterMethodName" : "setSubDomainSettings", "c2jName" : "subDomainSettings", "c2jShape" : "SubDomainSettings", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\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 #subDomainSettings(List)}.\n@param subDomainSettings 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 #subDomainSettings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSettings(List)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSettings", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSettings", "getterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.", "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" : "subDomainSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSettings", "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" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomainSetting)}.\n@param member a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomainSetting)", "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(SubDomainSetting)}\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" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : "", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomainSetting", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomainSetting", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomainSettings", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSettings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AppId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DomainName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EnableAutoSubDomain" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "SubDomainSettings" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomainSettings", "beanStyleSetterMethodName" : "setSubDomainSettings", "c2jName" : "subDomainSettings", "c2jShape" : "SubDomainSettings", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\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 #subDomainSettings(List)}.\n@param subDomainSettings 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 #subDomainSettings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSettings(List)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSettings", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSettings", "getterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.", "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" : "subDomainSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSettings", "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" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomainSetting)}.\n@param member a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomainSetting)", "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(SubDomainSetting)}\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" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : "", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomainSetting", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomainSetting", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomainSettings", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSettings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAppId", "beanStyleSetterMethodName" : "setAppId", "c2jName" : "appId", "c2jShape" : "AppId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.\n@deprecated Use {@link #appId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n", "documentation" : "

Unique Id for an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAppId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appId", "fluentSetterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appId", "getterDocumentation" : "

Unique Id for an Amplify App.

\n@return Unique Id for an Amplify App.", "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" : "appId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "appId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "AppId", "sensitive" : false, "setterDocumentation" : "

Unique Id for an Amplify App.

\n@param appId Unique Id for an Amplify App.", "setterMethodName" : "setAppId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "appId", "variableType" : "String", "documentation" : "

Unique Id for an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "domainName", "c2jShape" : "DomainName", "defaultConsumerFluentSetterDocumentation" : "

Name of the domain.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

Name of the domain.

\n@return Name of the domain.\n@deprecated Use {@link #domainName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainName(String)}\n", "documentation" : "

Name of the domain.

", "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" : "

Name of the domain.

\n@param domainName Name of the domain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Name of the domain.

\n@return Name of the domain.", "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" : "domainName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Name of the domain.

\n@param domainName Name of the domain.", "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" : "

Name of the domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getEnableAutoSubDomain", "beanStyleSetterMethodName" : "setEnableAutoSubDomain", "c2jName" : "enableAutoSubDomain", "c2jShape" : "EnableAutoSubDomain", "defaultConsumerFluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\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 #enableAutoSubDomain(Boolean)}.\n@param enableAutoSubDomain 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 #enableAutoSubDomain(Boolean)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)\n@deprecated Use {@link #enableAutoSubDomain()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoSubDomain(Boolean)}\n", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the EnableAutoSubDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasEnableAutoSubDomain", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "enableAutoSubDomain", "fluentSetterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "enableAutoSubDomain", "getterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@return Enables automated creation of Subdomains for branches. (Currently not supported)", "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" : "enableAutoSubDomain", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "enableAutoSubDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "EnableAutoSubDomain", "sensitive" : false, "setterDocumentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

\n@param enableAutoSubDomain Enables automated creation of Subdomains for branches. (Currently not supported)", "setterMethodName" : "setEnableAutoSubDomain", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enableAutoSubDomain", "variableType" : "Boolean", "documentation" : "

Enables automated creation of Subdomains for branches. (Currently not supported)

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getSubDomainSettings", "beanStyleSetterMethodName" : "setSubDomainSettings", "c2jName" : "subDomainSettings", "c2jShape" : "SubDomainSettings", "defaultConsumerFluentSetterDocumentation" : "

Setting structure for the Subdomain.

\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 #subDomainSettings(List)}.\n@param subDomainSettings 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 #subDomainSettings(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.\n@deprecated Use {@link #subDomainSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #subDomainSettings(List)}\n", "documentation" : "

Setting structure for the Subdomain.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the SubDomainSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSubDomainSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subDomainSettings", "fluentSetterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subDomainSettings", "getterDocumentation" : "

Setting structure for the Subdomain.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n

\nYou can use {@link #hasSubDomainSettings()} to see if a value was sent in this field.\n

\n@return Setting structure for the Subdomain.", "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" : "subDomainSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "subDomainSettings", "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" : "SubDomainSetting", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SubDomainSetting.Builder} avoiding the need to create one manually via {@link SubDomainSetting#builder()}.\n\nWhen the {@link Consumer} completes, {@link SubDomainSetting.Builder#build()} is called immediately and its result is passed to {@link #member(SubDomainSetting)}.\n@param member a consumer that will call methods on {@link SubDomainSetting.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SubDomainSetting)", "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(SubDomainSetting)}\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" : "SubDomainSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : null, "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "SubDomainSetting", "variableName" : "member", "variableType" : "SubDomainSetting", "documentation" : "", "simpleType" : "SubDomainSetting", "variableSetterType" : "SubDomainSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SubDomainSetting", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "SubDomainSetting", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubDomainSettings", "sensitive" : false, "setterDocumentation" : "

Setting structure for the Subdomain.

\n@param subDomainSettings Setting structure for the Subdomain.", "setterMethodName" : "setSubDomainSettings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subDomainSettings", "variableType" : "java.util.List", "documentation" : "

Setting structure for the Subdomain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "appId", "domainName", "subDomainSettings" ], "shapeName" : "UpdateDomainAssociationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateDomainAssociationRequest", "variableName" : "updateDomainAssociationRequest", "variableType" : "UpdateDomainAssociationRequest", "documentation" : null, "simpleType" : "UpdateDomainAssociationRequest", "variableSetterType" : "UpdateDomainAssociationRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateDomainAssociationResponse" : { "c2jName" : "UpdateDomainAssociationResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the update Domain Association 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" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainAssociation" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDomainAssociation", "beanStyleSetterMethodName" : "setDomainAssociation", "c2jName" : "domainAssociation", "c2jShape" : "DomainAssociation", "defaultConsumerFluentSetterDocumentation" : "

Domain Association structure.

\nThis is a convenience that creates an instance of the {@link DomainAssociation.Builder} avoiding the need to create one manually via {@link DomainAssociation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainAssociation.Builder#build()} is called immediately and its result is passed to {@link #domainAssociation(DomainAssociation)}.\n@param domainAssociation a consumer that will call methods on {@link DomainAssociation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainAssociation(DomainAssociation)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.\n@deprecated Use {@link #domainAssociation()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #domainAssociation(DomainAssociation)}\n", "documentation" : "

Domain Association structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DomainAssociation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDomainAssociation", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainAssociation", "fluentSetterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainAssociation", "getterDocumentation" : "

Domain Association structure.

\n@return Domain Association structure.", "getterModel" : { "returnType" : "DomainAssociation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "domainAssociation", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "domainAssociation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DomainAssociation", "sensitive" : false, "setterDocumentation" : "

Domain Association structure.

\n@param domainAssociation Domain Association structure.", "setterMethodName" : "setDomainAssociation", "setterModel" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : null, "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainAssociation", "variableName" : "domainAssociation", "variableType" : "DomainAssociation", "documentation" : "

Domain Association structure.

", "simpleType" : "DomainAssociation", "variableSetterType" : "DomainAssociation" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "domainAssociation" ], "shapeName" : "UpdateDomainAssociationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateDomainAssociationResponse", "variableName" : "updateDomainAssociationResponse", "variableType" : "UpdateDomainAssociationResponse", "documentation" : null, "simpleType" : "UpdateDomainAssociationResponse", "variableSetterType" : "UpdateDomainAssociationResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateWebhookRequest" : { "c2jName" : "UpdateWebhookRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Request structure for update webhook 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" : { "action" : "UpdateWebhook", "locationName" : null, "requestUri" : "/webhooks/{webhookId}", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebhookId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Unique Id for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Unique Id for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Unique Id for a webhook.

\n@return Unique Id for a webhook.", "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" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Unique Id for a webhook.

\n@param webhookId Unique Id for a webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Unique Id for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhookId" ], "shapeName" : "UpdateWebhookRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateWebhookRequest", "variableName" : "updateWebhookRequest", "variableType" : "UpdateWebhookRequest", "documentation" : null, "simpleType" : "UpdateWebhookRequest", "variableSetterType" : "UpdateWebhookRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateWebhookResponse" : { "c2jName" : "UpdateWebhookResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Result structure for the update webhook 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" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Webhook" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhook", "beanStyleSetterMethodName" : "setWebhook", "c2jName" : "webhook", "c2jShape" : "Webhook", "defaultConsumerFluentSetterDocumentation" : "

Webhook structure.

\nThis is a convenience that creates an instance of the {@link Webhook.Builder} avoiding the need to create one manually via {@link Webhook#builder()}.\n\nWhen the {@link Consumer} completes, {@link Webhook.Builder#build()} is called immediately and its result is passed to {@link #webhook(Webhook)}.\n@param webhook a consumer that will call methods on {@link Webhook.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhook(Webhook)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Webhook structure.

\n@return Webhook structure.\n@deprecated Use {@link #webhook()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhook(Webhook)}\n", "documentation" : "

Webhook structure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Webhook property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhook", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhook", "fluentSetterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhook", "getterDocumentation" : "

Webhook structure.

\n@return Webhook structure.", "getterModel" : { "returnType" : "Webhook", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhook", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhook", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Webhook", "sensitive" : false, "setterDocumentation" : "

Webhook structure.

\n@param webhook Webhook structure.", "setterMethodName" : "setWebhook", "setterModel" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : "

Webhook structure.

", "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhook" ], "shapeName" : "UpdateWebhookResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateWebhookResponse", "variableName" : "updateWebhookResponse", "variableType" : "UpdateWebhookResponse", "documentation" : null, "simpleType" : "UpdateWebhookResponse", "variableSetterType" : "UpdateWebhookResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Webhook" : { "c2jName" : "Webhook", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure for webhook, which associates a webhook with an Amplify App.

", "endpointDiscovery" : 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" : "getWebhookArn", "beanStyleSetterMethodName" : "setWebhookArn", "c2jName" : "webhookArn", "c2jShape" : "WebhookArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookArn(String)}.\n@param webhookArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for the webhook.

\n@return ARN for the webhook.\n@deprecated Use {@link #webhookArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookArn(String)}\n", "documentation" : "

ARN for the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookArn", "fluentSetterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookArn", "getterDocumentation" : "

ARN for the webhook.

\n@return ARN for the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookArn", "sensitive" : false, "setterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.", "setterMethodName" : "setWebhookArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookArn", "variableType" : "String", "documentation" : "

ARN for the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Id of the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Id of the webhook.

\n@return Id of the webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Id of the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Id of the webhook.

\n@return Id of the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Id of the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookUrl", "beanStyleSetterMethodName" : "setWebhookUrl", "c2jName" : "webhookUrl", "c2jShape" : "WebhookUrl", "defaultConsumerFluentSetterDocumentation" : "

Url of the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookUrl(String)}.\n@param webhookUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Url of the webhook.

\n@return Url of the webhook.\n@deprecated Use {@link #webhookUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookUrl(String)}\n", "documentation" : "

Url of the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookUrl", "fluentSetterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookUrl", "getterDocumentation" : "

Url of the webhook.

\n@return Url of the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookUrl", "sensitive" : false, "setterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.", "setterMethodName" : "setWebhookUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookUrl", "variableType" : "String", "documentation" : "

Url of the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Create date / time for a webhook.

\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" : "

Create date / time for a webhook.

\n@return Create date / time for a webhook.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Create date / time for a webhook.

", "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" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Create date / time for a webhook.

\n@return Create date / time for a webhook.", "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" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.", "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" : "

Create date / time for a webhook.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Update date / time for a webhook.

\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 #updateTime(Instant)}.\n@param updateTime 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 #updateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Update date / time for a webhook.

\n@return Update date / time for a webhook.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Update date / time for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateTime", "fluentSetterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Update date / time for a webhook.

\n@return Update date / time for a webhook.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Update date / time for a webhook.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BranchName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Create date / time for a webhook.

\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" : "

Create date / time for a webhook.

\n@return Create date / time for a webhook.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Create date / time for a webhook.

", "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" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Create date / time for a webhook.

\n@return Create date / time for a webhook.", "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" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.", "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" : "

Create date / time for a webhook.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Description" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "UpdateTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Update date / time for a webhook.

\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 #updateTime(Instant)}.\n@param updateTime 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 #updateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Update date / time for a webhook.

\n@return Update date / time for a webhook.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Update date / time for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateTime", "fluentSetterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Update date / time for a webhook.

\n@return Update date / time for a webhook.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Update date / time for a webhook.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebhookArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookArn", "beanStyleSetterMethodName" : "setWebhookArn", "c2jName" : "webhookArn", "c2jShape" : "WebhookArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookArn(String)}.\n@param webhookArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for the webhook.

\n@return ARN for the webhook.\n@deprecated Use {@link #webhookArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookArn(String)}\n", "documentation" : "

ARN for the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookArn", "fluentSetterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookArn", "getterDocumentation" : "

ARN for the webhook.

\n@return ARN for the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookArn", "sensitive" : false, "setterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.", "setterMethodName" : "setWebhookArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookArn", "variableType" : "String", "documentation" : "

ARN for the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebhookId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Id of the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Id of the webhook.

\n@return Id of the webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Id of the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Id of the webhook.

\n@return Id of the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Id of the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "WebhookUrl" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookUrl", "beanStyleSetterMethodName" : "setWebhookUrl", "c2jName" : "webhookUrl", "c2jShape" : "WebhookUrl", "defaultConsumerFluentSetterDocumentation" : "

Url of the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookUrl(String)}.\n@param webhookUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Url of the webhook.

\n@return Url of the webhook.\n@deprecated Use {@link #webhookUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookUrl(String)}\n", "documentation" : "

Url of the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookUrl", "fluentSetterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookUrl", "getterDocumentation" : "

Url of the webhook.

\n@return Url of the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookUrl", "sensitive" : false, "setterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.", "setterMethodName" : "setWebhookUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookUrl", "variableType" : "String", "documentation" : "

Url of the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookArn", "beanStyleSetterMethodName" : "setWebhookArn", "c2jName" : "webhookArn", "c2jShape" : "WebhookArn", "defaultConsumerFluentSetterDocumentation" : "

ARN for the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookArn(String)}.\n@param webhookArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

ARN for the webhook.

\n@return ARN for the webhook.\n@deprecated Use {@link #webhookArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookArn(String)}\n", "documentation" : "

ARN for the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookArn", "fluentSetterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookArn", "getterDocumentation" : "

ARN for the webhook.

\n@return ARN for the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookArn", "sensitive" : false, "setterDocumentation" : "

ARN for the webhook.

\n@param webhookArn ARN for the webhook.", "setterMethodName" : "setWebhookArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookArn", "variableType" : "String", "documentation" : "

ARN for the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookId", "beanStyleSetterMethodName" : "setWebhookId", "c2jName" : "webhookId", "c2jShape" : "WebhookId", "defaultConsumerFluentSetterDocumentation" : "

Id of the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookId(String)}.\n@param webhookId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Id of the webhook.

\n@return Id of the webhook.\n@deprecated Use {@link #webhookId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookId(String)}\n", "documentation" : "

Id of the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookId", "fluentSetterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookId", "getterDocumentation" : "

Id of the webhook.

\n@return Id of the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookId", "sensitive" : false, "setterDocumentation" : "

Id of the webhook.

\n@param webhookId Id of the webhook.", "setterMethodName" : "setWebhookId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookId", "variableType" : "String", "documentation" : "

Id of the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getWebhookUrl", "beanStyleSetterMethodName" : "setWebhookUrl", "c2jName" : "webhookUrl", "c2jShape" : "WebhookUrl", "defaultConsumerFluentSetterDocumentation" : "

Url of the webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #webhookUrl(String)}.\n@param webhookUrl a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #webhookUrl(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Url of the webhook.

\n@return Url of the webhook.\n@deprecated Use {@link #webhookUrl()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #webhookUrl(String)}\n", "documentation" : "

Url of the webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the WebhookUrl property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWebhookUrl", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "webhookUrl", "fluentSetterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "webhookUrl", "getterDocumentation" : "

Url of the webhook.

\n@return Url of the webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "webhookUrl", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "webhookUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "WebhookUrl", "sensitive" : false, "setterDocumentation" : "

Url of the webhook.

\n@param webhookUrl Url of the webhook.", "setterMethodName" : "setWebhookUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "webhookUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "webhookUrl", "variableType" : "String", "documentation" : "

Url of the webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getBranchName", "beanStyleSetterMethodName" : "setBranchName", "c2jName" : "branchName", "c2jShape" : "BranchName", "defaultConsumerFluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #branchName(String)}.\n@param branchName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #branchName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.\n@deprecated Use {@link #branchName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #branchName(String)}\n", "documentation" : "

Name for a branch, part of an Amplify App.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the BranchName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasBranchName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "branchName", "fluentSetterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "branchName", "getterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@return Name for a branch, part of an Amplify App.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "branchName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "branchName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "BranchName", "sensitive" : false, "setterDocumentation" : "

Name for a branch, part of an Amplify App.

\n@param branchName Name for a branch, part of an Amplify App.", "setterMethodName" : "setBranchName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "branchName", "variableType" : "String", "documentation" : "

Name for a branch, part of an Amplify App.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

Description for a webhook.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.\n@deprecated Use {@link #description()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n", "documentation" : "

Description for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDescription", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

Description for a webhook.

\n@return Description for a webhook.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "description", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Description", "sensitive" : false, "setterDocumentation" : "

Description for a webhook.

\n@param description Description for a webhook.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

Description for a webhook.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreateTime", "beanStyleSetterMethodName" : "setCreateTime", "c2jName" : "createTime", "c2jShape" : "CreateTime", "defaultConsumerFluentSetterDocumentation" : "

Create date / time for a webhook.

\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" : "

Create date / time for a webhook.

\n@return Create date / time for a webhook.\n@deprecated Use {@link #createTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n", "documentation" : "

Create date / time for a webhook.

", "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" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createTime", "getterDocumentation" : "

Create date / time for a webhook.

\n@return Create date / time for a webhook.", "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" : "

Create date / time for a webhook.

\n@param createTime Create date / time for a webhook.", "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" : "

Create date / time for a webhook.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getUpdateTime", "beanStyleSetterMethodName" : "setUpdateTime", "c2jName" : "updateTime", "c2jShape" : "UpdateTime", "defaultConsumerFluentSetterDocumentation" : "

Update date / time for a webhook.

\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 #updateTime(Instant)}.\n@param updateTime 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 #updateTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Update date / time for a webhook.

\n@return Update date / time for a webhook.\n@deprecated Use {@link #updateTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n", "documentation" : "

Update date / time for a webhook.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the UpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasUpdateTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "updateTime", "fluentSetterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "updateTime", "getterDocumentation" : "

Update date / time for a webhook.

\n@return Update date / time for a webhook.", "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" : "updateTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "updateTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "UpdateTime", "sensitive" : false, "setterDocumentation" : "

Update date / time for a webhook.

\n@param updateTime Update date / time for a webhook.", "setterMethodName" : "setUpdateTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "updateTime", "variableType" : "java.time.Instant", "documentation" : "

Update date / time for a webhook.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "webhookArn", "webhookId", "webhookUrl", "branchName", "description", "createTime", "updateTime" ], "shapeName" : "Webhook", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Webhook", "variableName" : "webhook", "variableType" : "Webhook", "documentation" : null, "simpleType" : "Webhook", "variableSetterType" : "Webhook" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : null }, "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" : "AmplifyException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.amplify.model.AmplifyException", "sdkRequestBaseClassName" : "AmplifyRequest", "sdkResponseBaseClassName" : "AmplifyResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy