models.codebuild-2016-10-06-intermediate.json Maven / Gradle / Ivy
Show all versions of codebuild Show documentation
{
"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" : [ "listBuilds", "listCuratedEnvironmentImages", "listProjects", "listSourceCredentials" ]
},
"metadata" : {
"apiVersion" : "2016-10-06",
"asyncBuilder" : "DefaultCodeBuildAsyncClientBuilder",
"asyncBuilderInterface" : "CodeBuildAsyncClientBuilder",
"asyncClient" : "DefaultCodeBuildAsyncClient",
"asyncInterface" : "CodeBuildAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultCodeBuildBaseClientBuilder",
"baseBuilderInterface" : "CodeBuildBaseClientBuilder",
"baseExceptionName" : "CodeBuildException",
"baseRequestName" : "CodeBuildRequest",
"baseResponseName" : "CodeBuildResponse",
"cborProtocol" : false,
"clientPackageName" : "codebuild",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS CodeBuild",
"documentation" : "AWS CodeBuild AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests. You pay only for the build time you consume. For more information about AWS CodeBuild, see the AWS CodeBuild User Guide.
AWS CodeBuild supports these operations:
-
BatchDeleteBuilds
: Deletes one or more builds.
-
BatchGetBuilds
: Gets information about one or more builds.
-
BatchGetProjects
: Gets information about one or more build projects. A build project defines how AWS CodeBuild runs a build. This includes information such as where to get the source code to build, the build environment to use, the build commands to run, and where to store the build output. A build environment is a representation of operating system, programming language runtime, and tools that AWS CodeBuild uses to run a build. You can add tags to build projects to help manage your resources and costs.
-
BatchGetReportGroups
: Returns an array of report groups.
-
BatchGetReports
: Returns an array of reports.
-
CreateProject
: Creates a build project.
-
CreateReportGroup
: Creates a report group. A report group contains a collection of reports.
-
CreateWebhook
: For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
-
DeleteProject
: Deletes a build project.
-
DeleteReport
: Deletes a report.
-
DeleteReportGroup
: Deletes a report group.
-
DeleteResourcePolicy
: Deletes a resource policy that is identified by its resource ARN.
-
DeleteSourceCredentials
: Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.
-
DeleteWebhook
: For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
-
DescribeTestCases
: Returns a list of details about test cases for a report.
-
GetResourcePolicy
: Gets a resource policy that is identified by its resource ARN.
-
ImportSourceCredentials
: Imports the source repository credentials for an AWS CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
-
InvalidateProjectCache
: Resets the cache for a project.
-
ListBuilds
: Gets a list of build IDs, with each build ID representing a single build.
-
ListBuildsForProject
: Gets a list of build IDs for the specified build project, with each build ID representing a single build.
-
ListCuratedEnvironmentImages
: Gets information about Docker images that are managed by AWS CodeBuild.
-
ListProjects
: Gets a list of build project names, with each build project name representing a single build project.
-
ListReportGroups
: Gets a list ARNs for the report groups in the current AWS account.
-
ListReports
: Gets a list ARNs for the reports in the current AWS account.
-
ListReportsForReportGroup
: Returns a list of ARNs for the reports that belong to a ReportGroup
.
-
ListSharedProjects
: Gets a list of ARNs associated with projects shared with the current AWS account or user.
-
ListSharedReportGroups
: Gets a list of ARNs associated with report groups shared with the current AWS account or user
-
ListSourceCredentials
: Returns a list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source provider for one set of credentials.
-
PutResourcePolicy
: Stores a resource policy for the ARN of a Project
or ReportGroup
object.
-
StartBuild
: Starts running a build.
-
StopBuild
: Attempts to stop running a build.
-
UpdateProject
: Changes the settings of an existing build project.
-
UpdateReportGroup
: Changes a report group.
-
UpdateWebhook
: Changes the settings of an existing webhook.
",
"endpointPrefix" : "codebuild",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.codebuild",
"fullModelPackageName" : "software.amazon.awssdk.services.codebuild.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.codebuild.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.codebuild.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.codebuild.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "codebuild.model",
"paginatorsPackageName" : "codebuild.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "codebuild.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "CodeBuild",
"serviceName" : "CodeBuild",
"signingName" : "codebuild",
"syncBuilder" : "DefaultCodeBuildClientBuilder",
"syncBuilderInterface" : "CodeBuildClientBuilder",
"syncClient" : "DefaultCodeBuildClient",
"syncInterface" : "CodeBuildClient",
"transformPackageName" : "codebuild.transform",
"uid" : "codebuild-2016-10-06",
"xmlProtocol" : false
},
"operations" : {
"BatchDeleteBuilds" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes one or more builds.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchDeleteBuildsRequest",
"variableName" : "batchDeleteBuildsRequest",
"variableType" : "BatchDeleteBuildsRequest",
"documentation" : "",
"simpleType" : "BatchDeleteBuildsRequest",
"variableSetterType" : "BatchDeleteBuildsRequest"
},
"methodName" : "batchDeleteBuilds",
"operationName" : "BatchDeleteBuilds",
"paginated" : false,
"returnType" : {
"returnType" : "BatchDeleteBuildsResponse",
"documentation" : null
},
"syncReturnType" : "BatchDeleteBuildsResponse"
},
"BatchGetBuilds" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about one or more builds.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchGetBuildsRequest",
"variableName" : "batchGetBuildsRequest",
"variableType" : "BatchGetBuildsRequest",
"documentation" : "",
"simpleType" : "BatchGetBuildsRequest",
"variableSetterType" : "BatchGetBuildsRequest"
},
"methodName" : "batchGetBuilds",
"operationName" : "BatchGetBuilds",
"paginated" : false,
"returnType" : {
"returnType" : "BatchGetBuildsResponse",
"documentation" : null
},
"syncReturnType" : "BatchGetBuildsResponse"
},
"BatchGetProjects" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about one or more build projects.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchGetProjectsRequest",
"variableName" : "batchGetProjectsRequest",
"variableType" : "BatchGetProjectsRequest",
"documentation" : "",
"simpleType" : "BatchGetProjectsRequest",
"variableSetterType" : "BatchGetProjectsRequest"
},
"methodName" : "batchGetProjects",
"operationName" : "BatchGetProjects",
"paginated" : false,
"returnType" : {
"returnType" : "BatchGetProjectsResponse",
"documentation" : null
},
"syncReturnType" : "BatchGetProjectsResponse"
},
"BatchGetReportGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns an array of report groups.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchGetReportGroupsRequest",
"variableName" : "batchGetReportGroupsRequest",
"variableType" : "BatchGetReportGroupsRequest",
"documentation" : "",
"simpleType" : "BatchGetReportGroupsRequest",
"variableSetterType" : "BatchGetReportGroupsRequest"
},
"methodName" : "batchGetReportGroups",
"operationName" : "BatchGetReportGroups",
"paginated" : false,
"returnType" : {
"returnType" : "BatchGetReportGroupsResponse",
"documentation" : null
},
"syncReturnType" : "BatchGetReportGroupsResponse"
},
"BatchGetReports" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns an array of reports.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BatchGetReportsRequest",
"variableName" : "batchGetReportsRequest",
"variableType" : "BatchGetReportsRequest",
"documentation" : "",
"simpleType" : "BatchGetReportsRequest",
"variableSetterType" : "BatchGetReportsRequest"
},
"methodName" : "batchGetReports",
"operationName" : "BatchGetReports",
"paginated" : false,
"returnType" : {
"returnType" : "BatchGetReportsResponse",
"documentation" : null
},
"syncReturnType" : "BatchGetReportsResponse"
},
"CreateProject" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a build project.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccountLimitExceededException",
"documentation" : "An AWS service limit was exceeded for the calling AWS account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateProjectRequest",
"variableName" : "createProjectRequest",
"variableType" : "CreateProjectRequest",
"documentation" : "",
"simpleType" : "CreateProjectRequest",
"variableSetterType" : "CreateProjectRequest"
},
"methodName" : "createProject",
"operationName" : "CreateProject",
"paginated" : false,
"returnType" : {
"returnType" : "CreateProjectResponse",
"documentation" : null
},
"syncReturnType" : "CreateProjectResponse"
},
"CreateReportGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates a report group. A report group contains a collection of reports.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccountLimitExceededException",
"documentation" : "An AWS service limit was exceeded for the calling AWS account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateReportGroupRequest",
"variableName" : "createReportGroupRequest",
"variableType" : "CreateReportGroupRequest",
"documentation" : "",
"simpleType" : "CreateReportGroupRequest",
"variableSetterType" : "CreateReportGroupRequest"
},
"methodName" : "createReportGroup",
"operationName" : "CreateReportGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateReportGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateReportGroupResponse"
},
"CreateWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.
If you enable webhooks for an AWS CodeBuild project, and the project is used as a build step in AWS CodePipeline, then two identical builds are created for each commit. One build is triggered through webhooks, and one through AWS CodePipeline. Because billing is on a per-build basis, you are billed for both builds. Therefore, if you are using AWS CodePipeline, we recommend that you disable webhooks in AWS CodeBuild. In the AWS CodeBuild console, clear the Webhook box. For more information, see step 5 in Change a Build Project's Settings.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OAuthProviderException",
"documentation" : "There was a problem with the underlying OAuth provider.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateWebhookRequest",
"variableName" : "createWebhookRequest",
"variableType" : "CreateWebhookRequest",
"documentation" : "",
"simpleType" : "CreateWebhookRequest",
"variableSetterType" : "CreateWebhookRequest"
},
"methodName" : "createWebhook",
"operationName" : "CreateWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "CreateWebhookResponse",
"documentation" : null
},
"syncReturnType" : "CreateWebhookResponse"
},
"DeleteProject" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a build project. When you delete a project, its builds are not deleted.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteProjectRequest",
"variableName" : "deleteProjectRequest",
"variableType" : "DeleteProjectRequest",
"documentation" : "",
"simpleType" : "DeleteProjectRequest",
"variableSetterType" : "DeleteProjectRequest"
},
"methodName" : "deleteProject",
"operationName" : "DeleteProject",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteProjectResponse",
"documentation" : null
},
"syncReturnType" : "DeleteProjectResponse"
},
"DeleteReport" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a report.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReportRequest",
"variableName" : "deleteReportRequest",
"variableType" : "DeleteReportRequest",
"documentation" : "",
"simpleType" : "DeleteReportRequest",
"variableSetterType" : "DeleteReportRequest"
},
"methodName" : "deleteReport",
"operationName" : "DeleteReport",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReportResponse",
"documentation" : null
},
"syncReturnType" : "DeleteReportResponse"
},
"DeleteReportGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " DeleteReportGroup
: Deletes a report group. Before you delete a report group, you must delete its reports. Use ListReportsForReportGroup to get the reports in a report group. Use DeleteReport to delete the reports. If you call DeleteReportGroup
for a report group that contains one or more reports, an exception is thrown.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteReportGroupRequest",
"variableName" : "deleteReportGroupRequest",
"variableType" : "DeleteReportGroupRequest",
"documentation" : "",
"simpleType" : "DeleteReportGroupRequest",
"variableSetterType" : "DeleteReportGroupRequest"
},
"methodName" : "deleteReportGroup",
"operationName" : "DeleteReportGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteReportGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteReportGroupResponse"
},
"DeleteResourcePolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a resource policy that is identified by its resource ARN.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteResourcePolicyRequest",
"variableName" : "deleteResourcePolicyRequest",
"variableType" : "DeleteResourcePolicyRequest",
"documentation" : "",
"simpleType" : "DeleteResourcePolicyRequest",
"variableSetterType" : "DeleteResourcePolicyRequest"
},
"methodName" : "deleteResourcePolicy",
"operationName" : "DeleteResourcePolicy",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteResourcePolicyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteResourcePolicyResponse"
},
"DeleteSourceCredentials" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSourceCredentialsRequest",
"variableName" : "deleteSourceCredentialsRequest",
"variableType" : "DeleteSourceCredentialsRequest",
"documentation" : "",
"simpleType" : "DeleteSourceCredentialsRequest",
"variableSetterType" : "DeleteSourceCredentialsRequest"
},
"methodName" : "deleteSourceCredentials",
"operationName" : "DeleteSourceCredentials",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSourceCredentialsResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSourceCredentialsResponse"
},
"DeleteWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OAuthProviderException",
"documentation" : "There was a problem with the underlying OAuth provider.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteWebhookRequest",
"variableName" : "deleteWebhookRequest",
"variableType" : "DeleteWebhookRequest",
"documentation" : "",
"simpleType" : "DeleteWebhookRequest",
"variableSetterType" : "DeleteWebhookRequest"
},
"methodName" : "deleteWebhook",
"operationName" : "DeleteWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteWebhookResponse",
"documentation" : null
},
"syncReturnType" : "DeleteWebhookResponse"
},
"DescribeTestCases" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns a list of details about test cases for a report.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTestCasesRequest",
"variableName" : "describeTestCasesRequest",
"variableType" : "DescribeTestCasesRequest",
"documentation" : "",
"simpleType" : "DescribeTestCasesRequest",
"variableSetterType" : "DescribeTestCasesRequest"
},
"methodName" : "describeTestCases",
"operationName" : "DescribeTestCases",
"paginated" : true,
"returnType" : {
"returnType" : "DescribeTestCasesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeTestCasesResponse"
},
"GetResourcePolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Gets a resource policy that is identified by its resource ARN.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetResourcePolicyRequest",
"variableName" : "getResourcePolicyRequest",
"variableType" : "GetResourcePolicyRequest",
"documentation" : "",
"simpleType" : "GetResourcePolicyRequest",
"variableSetterType" : "GetResourcePolicyRequest"
},
"methodName" : "getResourcePolicy",
"operationName" : "GetResourcePolicy",
"paginated" : false,
"returnType" : {
"returnType" : "GetResourcePolicyResponse",
"documentation" : null
},
"syncReturnType" : "GetResourcePolicyResponse"
},
"ImportSourceCredentials" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Imports the source repository credentials for an AWS CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccountLimitExceededException",
"documentation" : "An AWS service limit was exceeded for the calling AWS account.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ImportSourceCredentialsRequest",
"variableName" : "importSourceCredentialsRequest",
"variableType" : "ImportSourceCredentialsRequest",
"documentation" : "",
"simpleType" : "ImportSourceCredentialsRequest",
"variableSetterType" : "ImportSourceCredentialsRequest"
},
"methodName" : "importSourceCredentials",
"operationName" : "ImportSourceCredentials",
"paginated" : false,
"returnType" : {
"returnType" : "ImportSourceCredentialsResponse",
"documentation" : null
},
"syncReturnType" : "ImportSourceCredentialsResponse"
},
"InvalidateProjectCache" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Resets the cache for a project.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "InvalidateProjectCacheRequest",
"variableName" : "invalidateProjectCacheRequest",
"variableType" : "InvalidateProjectCacheRequest",
"documentation" : "",
"simpleType" : "InvalidateProjectCacheRequest",
"variableSetterType" : "InvalidateProjectCacheRequest"
},
"methodName" : "invalidateProjectCache",
"operationName" : "InvalidateProjectCache",
"paginated" : false,
"returnType" : {
"returnType" : "InvalidateProjectCacheResponse",
"documentation" : null
},
"syncReturnType" : "InvalidateProjectCacheResponse"
},
"ListBuilds" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of build IDs, with each build ID representing a single build.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBuildsRequest",
"variableName" : "listBuildsRequest",
"variableType" : "ListBuildsRequest",
"documentation" : "",
"simpleType" : "ListBuildsRequest",
"variableSetterType" : "ListBuildsRequest"
},
"methodName" : "listBuilds",
"operationName" : "ListBuilds",
"paginated" : true,
"returnType" : {
"returnType" : "ListBuildsResponse",
"documentation" : null
},
"syncReturnType" : "ListBuildsResponse"
},
"ListBuildsForProject" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of build IDs for the specified build project, with each build ID representing a single build.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBuildsForProjectRequest",
"variableName" : "listBuildsForProjectRequest",
"variableType" : "ListBuildsForProjectRequest",
"documentation" : "",
"simpleType" : "ListBuildsForProjectRequest",
"variableSetterType" : "ListBuildsForProjectRequest"
},
"methodName" : "listBuildsForProject",
"operationName" : "ListBuildsForProject",
"paginated" : true,
"returnType" : {
"returnType" : "ListBuildsForProjectResponse",
"documentation" : null
},
"syncReturnType" : "ListBuildsForProjectResponse"
},
"ListCuratedEnvironmentImages" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about Docker images that are managed by AWS CodeBuild.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCuratedEnvironmentImagesRequest",
"variableName" : "listCuratedEnvironmentImagesRequest",
"variableType" : "ListCuratedEnvironmentImagesRequest",
"documentation" : "",
"simpleType" : "ListCuratedEnvironmentImagesRequest",
"variableSetterType" : "ListCuratedEnvironmentImagesRequest"
},
"methodName" : "listCuratedEnvironmentImages",
"operationName" : "ListCuratedEnvironmentImages",
"paginated" : false,
"returnType" : {
"returnType" : "ListCuratedEnvironmentImagesResponse",
"documentation" : null
},
"syncReturnType" : "ListCuratedEnvironmentImagesResponse"
},
"ListProjects" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of build project names, with each build project name representing a single build project.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListProjectsRequest",
"variableName" : "listProjectsRequest",
"variableType" : "ListProjectsRequest",
"documentation" : "",
"simpleType" : "ListProjectsRequest",
"variableSetterType" : "ListProjectsRequest"
},
"methodName" : "listProjects",
"operationName" : "ListProjects",
"paginated" : true,
"returnType" : {
"returnType" : "ListProjectsResponse",
"documentation" : null
},
"syncReturnType" : "ListProjectsResponse"
},
"ListReportGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Gets a list ARNs for the report groups in the current AWS account.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListReportGroupsRequest",
"variableName" : "listReportGroupsRequest",
"variableType" : "ListReportGroupsRequest",
"documentation" : "",
"simpleType" : "ListReportGroupsRequest",
"variableSetterType" : "ListReportGroupsRequest"
},
"methodName" : "listReportGroups",
"operationName" : "ListReportGroups",
"paginated" : true,
"returnType" : {
"returnType" : "ListReportGroupsResponse",
"documentation" : null
},
"syncReturnType" : "ListReportGroupsResponse"
},
"ListReports" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns a list of ARNs for the reports in the current AWS account.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListReportsRequest",
"variableName" : "listReportsRequest",
"variableType" : "ListReportsRequest",
"documentation" : "",
"simpleType" : "ListReportsRequest",
"variableSetterType" : "ListReportsRequest"
},
"methodName" : "listReports",
"operationName" : "ListReports",
"paginated" : true,
"returnType" : {
"returnType" : "ListReportsResponse",
"documentation" : null
},
"syncReturnType" : "ListReportsResponse"
},
"ListReportsForReportGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns a list of ARNs for the reports that belong to a ReportGroup
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListReportsForReportGroupRequest",
"variableName" : "listReportsForReportGroupRequest",
"variableType" : "ListReportsForReportGroupRequest",
"documentation" : "",
"simpleType" : "ListReportsForReportGroupRequest",
"variableSetterType" : "ListReportsForReportGroupRequest"
},
"methodName" : "listReportsForReportGroup",
"operationName" : "ListReportsForReportGroup",
"paginated" : true,
"returnType" : {
"returnType" : "ListReportsForReportGroupResponse",
"documentation" : null
},
"syncReturnType" : "ListReportsForReportGroupResponse"
},
"ListSharedProjects" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Gets a list of projects that are shared with other AWS accounts or users.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSharedProjectsRequest",
"variableName" : "listSharedProjectsRequest",
"variableType" : "ListSharedProjectsRequest",
"documentation" : "",
"simpleType" : "ListSharedProjectsRequest",
"variableSetterType" : "ListSharedProjectsRequest"
},
"methodName" : "listSharedProjects",
"operationName" : "ListSharedProjects",
"paginated" : true,
"returnType" : {
"returnType" : "ListSharedProjectsResponse",
"documentation" : null
},
"syncReturnType" : "ListSharedProjectsResponse"
},
"ListSharedReportGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Gets a list of report groups that are shared with other AWS accounts or users.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSharedReportGroupsRequest",
"variableName" : "listSharedReportGroupsRequest",
"variableType" : "ListSharedReportGroupsRequest",
"documentation" : "",
"simpleType" : "ListSharedReportGroupsRequest",
"variableSetterType" : "ListSharedReportGroupsRequest"
},
"methodName" : "listSharedReportGroups",
"operationName" : "ListSharedReportGroups",
"paginated" : true,
"returnType" : {
"returnType" : "ListSharedReportGroupsResponse",
"documentation" : null
},
"syncReturnType" : "ListSharedReportGroupsResponse"
},
"ListSourceCredentials" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Returns a list of SourceCredentialsInfo
objects.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSourceCredentialsRequest",
"variableName" : "listSourceCredentialsRequest",
"variableType" : "ListSourceCredentialsRequest",
"documentation" : "",
"simpleType" : "ListSourceCredentialsRequest",
"variableSetterType" : "ListSourceCredentialsRequest"
},
"methodName" : "listSourceCredentials",
"operationName" : "ListSourceCredentials",
"paginated" : false,
"returnType" : {
"returnType" : "ListSourceCredentialsResponse",
"documentation" : null
},
"syncReturnType" : "ListSourceCredentialsResponse"
},
"PutResourcePolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Stores a resource policy for the ARN of a Project
or ReportGroup
object.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutResourcePolicyRequest",
"variableName" : "putResourcePolicyRequest",
"variableType" : "PutResourcePolicyRequest",
"documentation" : "",
"simpleType" : "PutResourcePolicyRequest",
"variableSetterType" : "PutResourcePolicyRequest"
},
"methodName" : "putResourcePolicy",
"operationName" : "PutResourcePolicy",
"paginated" : false,
"returnType" : {
"returnType" : "PutResourcePolicyResponse",
"documentation" : null
},
"syncReturnType" : "PutResourcePolicyResponse"
},
"StartBuild" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts running a build.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccountLimitExceededException",
"documentation" : "An AWS service limit was exceeded for the calling AWS account.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartBuildRequest",
"variableName" : "startBuildRequest",
"variableType" : "StartBuildRequest",
"documentation" : "",
"simpleType" : "StartBuildRequest",
"variableSetterType" : "StartBuildRequest"
},
"methodName" : "startBuild",
"operationName" : "StartBuild",
"paginated" : false,
"returnType" : {
"returnType" : "StartBuildResponse",
"documentation" : null
},
"syncReturnType" : "StartBuildResponse"
},
"StopBuild" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Attempts to stop running a build.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopBuildRequest",
"variableName" : "stopBuildRequest",
"variableType" : "StopBuildRequest",
"documentation" : "",
"simpleType" : "StopBuildRequest",
"variableSetterType" : "StopBuildRequest"
},
"methodName" : "stopBuild",
"operationName" : "StopBuild",
"paginated" : false,
"returnType" : {
"returnType" : "StopBuildResponse",
"documentation" : null
},
"syncReturnType" : "StopBuildResponse"
},
"UpdateProject" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Changes the settings of a build project.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateProjectRequest",
"variableName" : "updateProjectRequest",
"variableType" : "UpdateProjectRequest",
"documentation" : "",
"simpleType" : "UpdateProjectRequest",
"variableSetterType" : "UpdateProjectRequest"
},
"methodName" : "updateProject",
"operationName" : "UpdateProject",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateProjectResponse",
"documentation" : null
},
"syncReturnType" : "UpdateProjectResponse"
},
"UpdateReportGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Updates a report group.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateReportGroupRequest",
"variableName" : "updateReportGroupRequest",
"variableType" : "UpdateReportGroupRequest",
"documentation" : "",
"simpleType" : "UpdateReportGroupRequest",
"variableSetterType" : "UpdateReportGroupRequest"
},
"methodName" : "updateReportGroup",
"operationName" : "UpdateReportGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateReportGroupResponse",
"documentation" : null
},
"syncReturnType" : "UpdateReportGroupResponse"
},
"UpdateWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Updates the webhook associated with an AWS CodeBuild build project.
If you use Bitbucket for your repository, rotateSecret
is ignored.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "The input value that was provided is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The specified AWS resource cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "OAuthProviderException",
"documentation" : "There was a problem with the underlying OAuth provider.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateWebhookRequest",
"variableName" : "updateWebhookRequest",
"variableType" : "UpdateWebhookRequest",
"documentation" : "",
"simpleType" : "UpdateWebhookRequest",
"variableSetterType" : "UpdateWebhookRequest"
},
"methodName" : "updateWebhook",
"operationName" : "UpdateWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateWebhookResponse",
"documentation" : null
},
"syncReturnType" : "UpdateWebhookResponse"
}
},
"shapes" : {
"AccountLimitExceededException" : {
"c2jName" : "AccountLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An AWS service limit was exceeded for the calling AWS account.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccountLimitExceededException",
"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" : "AccountLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccountLimitExceededException",
"variableName" : "accountLimitExceededException",
"variableType" : "AccountLimitExceededException",
"documentation" : null,
"simpleType" : "AccountLimitExceededException",
"variableSetterType" : "AccountLimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ArtifactNamespace" : {
"c2jName" : "ArtifactNamespace",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NONE",
"value" : "NONE"
}, {
"name" : "BUILD_ID",
"value" : "BUILD_ID"
} ],
"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" : "ArtifactNamespace",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ArtifactNamespace",
"variableName" : "artifactNamespace",
"variableType" : "ArtifactNamespace",
"documentation" : null,
"simpleType" : "ArtifactNamespace",
"variableSetterType" : "ArtifactNamespace"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ArtifactPackaging" : {
"c2jName" : "ArtifactPackaging",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NONE",
"value" : "NONE"
}, {
"name" : "ZIP",
"value" : "ZIP"
} ],
"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" : "ArtifactPackaging",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ArtifactPackaging",
"variableName" : "artifactPackaging",
"variableType" : "ArtifactPackaging",
"documentation" : null,
"simpleType" : "ArtifactPackaging",
"variableSetterType" : "ArtifactPackaging"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ArtifactsType" : {
"c2jName" : "ArtifactsType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CODEPIPELINE",
"value" : "CODEPIPELINE"
}, {
"name" : "S3",
"value" : "S3"
}, {
"name" : "NO_ARTIFACTS",
"value" : "NO_ARTIFACTS"
} ],
"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" : "ArtifactsType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ArtifactsType",
"variableName" : "artifactsType",
"variableType" : "ArtifactsType",
"documentation" : null,
"simpleType" : "ArtifactsType",
"variableSetterType" : "ArtifactsType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AuthType" : {
"c2jName" : "AuthType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "OAUTH",
"value" : "OAUTH"
}, {
"name" : "BASIC_AUTH",
"value" : "BASIC_AUTH"
}, {
"name" : "PERSONAL_ACCESS_TOKEN",
"value" : "PERSONAL_ACCESS_TOKEN"
} ],
"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" : "AuthType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AuthType",
"variableName" : "authType",
"variableType" : "AuthType",
"documentation" : null,
"simpleType" : "AuthType",
"variableSetterType" : "AuthType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchDeleteBuildsRequest" : {
"c2jName" : "BatchDeleteBuildsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "BatchDeleteBuilds",
"locationName" : null,
"requestUri" : "/",
"target" : "CodeBuild_20161006.BatchDeleteBuilds",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds to delete.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds to delete.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds to delete.\n@deprecated Use {@link #ids()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ids(List)}\n",
"documentation" : "The IDs of the builds to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "The IDs of the builds to delete.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds to delete.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"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" : "NonEmptyString",
"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" : "Ids",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds to delete.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Ids" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds to delete.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds to delete.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds to delete.\n@deprecated Use {@link #ids()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ids(List)}\n",
"documentation" : "The IDs of the builds to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "The IDs of the builds to delete.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds to delete.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"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" : "NonEmptyString",
"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" : "Ids",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds to delete.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds to delete.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds to delete.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds to delete.\n@deprecated Use {@link #ids()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ids(List)}\n",
"documentation" : "The IDs of the builds to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "The IDs of the builds to delete.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds to delete.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"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" : "NonEmptyString",
"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" : "Ids",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds to delete.
\n@param ids The IDs of the builds to delete.",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds to delete.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ids" ],
"shapeName" : "BatchDeleteBuildsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchDeleteBuildsRequest",
"variableName" : "batchDeleteBuildsRequest",
"variableType" : "BatchDeleteBuildsRequest",
"documentation" : null,
"simpleType" : "BatchDeleteBuildsRequest",
"variableSetterType" : "BatchDeleteBuildsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchDeleteBuildsResponse" : {
"c2jName" : "BatchDeleteBuildsOutput",
"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" : true
},
"beanStyleGetterMethodName" : "getBuildsDeleted",
"beanStyleSetterMethodName" : "setBuildsDeleted",
"c2jName" : "buildsDeleted",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsDeleted(List)}.\n@param buildsDeleted a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsDeleted(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsDeleted()} to see if a value was sent in this field.\n
\n@return The IDs of the builds that were successfully deleted.\n@deprecated Use {@link #buildsDeleted()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsDeleted(List)}\n",
"documentation" : "The IDs of the builds that were successfully deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsDeleted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsDeleted",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsDeleted",
"fluentSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsDeleted",
"getterDocumentation" : "The IDs of the builds that were successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsDeleted()} to see if a value was sent in this field.\n
\n@return The IDs of the builds that were successfully deleted.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsDeleted",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsDeleted",
"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" : "NonEmptyString",
"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" : "BuildsDeleted",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.",
"setterMethodName" : "setBuildsDeleted",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsDeleted",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsDeleted",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds that were successfully deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBuildsNotDeleted",
"beanStyleSetterMethodName" : "setBuildsNotDeleted",
"c2jName" : "buildsNotDeleted",
"c2jShape" : "BuildsNotDeleted",
"defaultConsumerFluentSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsNotDeleted(List)}.\n@param buildsNotDeleted a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsNotDeleted(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotDeleted()} to see if a value was sent in this field.\n
\n@return Information about any builds that could not be successfully deleted.\n@deprecated Use {@link #buildsNotDeleted()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsNotDeleted(List)}\n",
"documentation" : "Information about any builds that could not be successfully deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsNotDeleted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsNotDeleted",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsNotDeleted",
"fluentSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsNotDeleted",
"getterDocumentation" : "Information about any builds that could not be successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotDeleted()} to see if a value was sent in this field.\n
\n@return Information about any builds that could not be successfully deleted.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsNotDeleted",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsNotDeleted",
"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" : "BuildNotDeleted",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BuildNotDeleted.Builder} avoiding the need to create one manually via {@link BuildNotDeleted#builder()}.\n\nWhen the {@link Consumer} completes, {@link BuildNotDeleted.Builder#build()} is called immediately and its result is passed to {@link #member(BuildNotDeleted)}.\n@param member a consumer that will call methods on {@link BuildNotDeleted.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BuildNotDeleted)",
"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(BuildNotDeleted)}\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" : "BuildNotDeleted",
"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" : "BuildNotDeleted",
"variableName" : "member",
"variableType" : "BuildNotDeleted",
"documentation" : null,
"simpleType" : "BuildNotDeleted",
"variableSetterType" : "BuildNotDeleted"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BuildNotDeleted",
"variableName" : "member",
"variableType" : "BuildNotDeleted",
"documentation" : "",
"simpleType" : "BuildNotDeleted",
"variableSetterType" : "BuildNotDeleted"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BuildNotDeleted",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BuildNotDeleted",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "BuildsNotDeleted",
"sensitive" : false,
"setterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.",
"setterMethodName" : "setBuildsNotDeleted",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotDeleted",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotDeleted",
"variableType" : "java.util.List",
"documentation" : "Information about any builds that could not be successfully deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BuildsDeleted" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBuildsDeleted",
"beanStyleSetterMethodName" : "setBuildsDeleted",
"c2jName" : "buildsDeleted",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsDeleted(List)}.\n@param buildsDeleted a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsDeleted(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsDeleted()} to see if a value was sent in this field.\n
\n@return The IDs of the builds that were successfully deleted.\n@deprecated Use {@link #buildsDeleted()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsDeleted(List)}\n",
"documentation" : "The IDs of the builds that were successfully deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsDeleted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsDeleted",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsDeleted",
"fluentSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsDeleted",
"getterDocumentation" : "The IDs of the builds that were successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsDeleted()} to see if a value was sent in this field.\n
\n@return The IDs of the builds that were successfully deleted.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsDeleted",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsDeleted",
"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" : "NonEmptyString",
"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" : "BuildsDeleted",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.",
"setterMethodName" : "setBuildsDeleted",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsDeleted",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsDeleted",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds that were successfully deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BuildsNotDeleted" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBuildsNotDeleted",
"beanStyleSetterMethodName" : "setBuildsNotDeleted",
"c2jName" : "buildsNotDeleted",
"c2jShape" : "BuildsNotDeleted",
"defaultConsumerFluentSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsNotDeleted(List)}.\n@param buildsNotDeleted a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsNotDeleted(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotDeleted()} to see if a value was sent in this field.\n
\n@return Information about any builds that could not be successfully deleted.\n@deprecated Use {@link #buildsNotDeleted()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsNotDeleted(List)}\n",
"documentation" : "Information about any builds that could not be successfully deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsNotDeleted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsNotDeleted",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsNotDeleted",
"fluentSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsNotDeleted",
"getterDocumentation" : "Information about any builds that could not be successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotDeleted()} to see if a value was sent in this field.\n
\n@return Information about any builds that could not be successfully deleted.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsNotDeleted",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsNotDeleted",
"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" : "BuildNotDeleted",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BuildNotDeleted.Builder} avoiding the need to create one manually via {@link BuildNotDeleted#builder()}.\n\nWhen the {@link Consumer} completes, {@link BuildNotDeleted.Builder#build()} is called immediately and its result is passed to {@link #member(BuildNotDeleted)}.\n@param member a consumer that will call methods on {@link BuildNotDeleted.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BuildNotDeleted)",
"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(BuildNotDeleted)}\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" : "BuildNotDeleted",
"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" : "BuildNotDeleted",
"variableName" : "member",
"variableType" : "BuildNotDeleted",
"documentation" : null,
"simpleType" : "BuildNotDeleted",
"variableSetterType" : "BuildNotDeleted"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BuildNotDeleted",
"variableName" : "member",
"variableType" : "BuildNotDeleted",
"documentation" : "",
"simpleType" : "BuildNotDeleted",
"variableSetterType" : "BuildNotDeleted"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BuildNotDeleted",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BuildNotDeleted",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "BuildsNotDeleted",
"sensitive" : false,
"setterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.",
"setterMethodName" : "setBuildsNotDeleted",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotDeleted",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotDeleted",
"variableType" : "java.util.List",
"documentation" : "Information about any builds that could not be successfully deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBuildsDeleted",
"beanStyleSetterMethodName" : "setBuildsDeleted",
"c2jName" : "buildsDeleted",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsDeleted(List)}.\n@param buildsDeleted a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsDeleted(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsDeleted()} to see if a value was sent in this field.\n
\n@return The IDs of the builds that were successfully deleted.\n@deprecated Use {@link #buildsDeleted()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsDeleted(List)}\n",
"documentation" : "The IDs of the builds that were successfully deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsDeleted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsDeleted",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsDeleted",
"fluentSetterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsDeleted",
"getterDocumentation" : "The IDs of the builds that were successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsDeleted()} to see if a value was sent in this field.\n
\n@return The IDs of the builds that were successfully deleted.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsDeleted",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsDeleted",
"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" : "NonEmptyString",
"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" : "BuildsDeleted",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds that were successfully deleted.
\n@param buildsDeleted The IDs of the builds that were successfully deleted.",
"setterMethodName" : "setBuildsDeleted",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsDeleted",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsDeleted",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds that were successfully deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBuildsNotDeleted",
"beanStyleSetterMethodName" : "setBuildsNotDeleted",
"c2jName" : "buildsNotDeleted",
"c2jShape" : "BuildsNotDeleted",
"defaultConsumerFluentSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsNotDeleted(List)}.\n@param buildsNotDeleted a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsNotDeleted(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotDeleted()} to see if a value was sent in this field.\n
\n@return Information about any builds that could not be successfully deleted.\n@deprecated Use {@link #buildsNotDeleted()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsNotDeleted(List)}\n",
"documentation" : "Information about any builds that could not be successfully deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsNotDeleted property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsNotDeleted",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsNotDeleted",
"fluentSetterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsNotDeleted",
"getterDocumentation" : "Information about any builds that could not be successfully deleted.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotDeleted()} to see if a value was sent in this field.\n
\n@return Information about any builds that could not be successfully deleted.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsNotDeleted",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsNotDeleted",
"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" : "BuildNotDeleted",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BuildNotDeleted.Builder} avoiding the need to create one manually via {@link BuildNotDeleted#builder()}.\n\nWhen the {@link Consumer} completes, {@link BuildNotDeleted.Builder#build()} is called immediately and its result is passed to {@link #member(BuildNotDeleted)}.\n@param member a consumer that will call methods on {@link BuildNotDeleted.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BuildNotDeleted)",
"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(BuildNotDeleted)}\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" : "BuildNotDeleted",
"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" : "BuildNotDeleted",
"variableName" : "member",
"variableType" : "BuildNotDeleted",
"documentation" : null,
"simpleType" : "BuildNotDeleted",
"variableSetterType" : "BuildNotDeleted"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BuildNotDeleted",
"variableName" : "member",
"variableType" : "BuildNotDeleted",
"documentation" : "",
"simpleType" : "BuildNotDeleted",
"variableSetterType" : "BuildNotDeleted"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BuildNotDeleted",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BuildNotDeleted",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "BuildsNotDeleted",
"sensitive" : false,
"setterDocumentation" : "Information about any builds that could not be successfully deleted.
\n@param buildsNotDeleted Information about any builds that could not be successfully deleted.",
"setterMethodName" : "setBuildsNotDeleted",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotDeleted",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotDeleted",
"variableType" : "java.util.List",
"documentation" : "Information about any builds that could not be successfully deleted.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchDeleteBuildsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchDeleteBuildsResponse",
"variableName" : "batchDeleteBuildsResponse",
"variableType" : "BatchDeleteBuildsResponse",
"documentation" : null,
"simpleType" : "BatchDeleteBuildsResponse",
"variableSetterType" : "BatchDeleteBuildsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchGetBuildsRequest" : {
"c2jName" : "BatchGetBuildsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "BatchGetBuilds",
"locationName" : null,
"requestUri" : "/",
"target" : "CodeBuild_20161006.BatchGetBuilds",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds.\n@deprecated Use {@link #ids()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ids(List)}\n",
"documentation" : "The IDs of the builds.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "The IDs of the builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"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" : "NonEmptyString",
"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" : "Ids",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Ids" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds.\n@deprecated Use {@link #ids()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ids(List)}\n",
"documentation" : "The IDs of the builds.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "The IDs of the builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"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" : "NonEmptyString",
"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" : "Ids",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getIds",
"beanStyleSetterMethodName" : "setIds",
"c2jName" : "ids",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of the builds.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ids(List)}.\n@param ids a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ids(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of the builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds.\n@deprecated Use {@link #ids()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ids(List)}\n",
"documentation" : "The IDs of the builds.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Ids property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ids",
"fluentSetterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ids",
"getterDocumentation" : "The IDs of the builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasIds()} to see if a value was sent in this field.\n
\n@return The IDs of the builds.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ids",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ids",
"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" : "NonEmptyString",
"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" : "Ids",
"sensitive" : false,
"setterDocumentation" : "The IDs of the builds.
\n@param ids The IDs of the builds.",
"setterMethodName" : "setIds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ids",
"variableType" : "java.util.List",
"documentation" : "The IDs of the builds.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ids" ],
"shapeName" : "BatchGetBuildsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BatchGetBuildsRequest",
"variableName" : "batchGetBuildsRequest",
"variableType" : "BatchGetBuildsRequest",
"documentation" : null,
"simpleType" : "BatchGetBuildsRequest",
"variableSetterType" : "BatchGetBuildsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchGetBuildsResponse" : {
"c2jName" : "BatchGetBuildsOutput",
"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" : true
},
"beanStyleGetterMethodName" : "getBuilds",
"beanStyleSetterMethodName" : "setBuilds",
"c2jName" : "builds",
"c2jShape" : "Builds",
"defaultConsumerFluentSetterDocumentation" : "Information about the requested builds.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #builds(List)}.\n@param builds a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #builds(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information about the requested builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuilds()} to see if a value was sent in this field.\n
\n@return Information about the requested builds.\n@deprecated Use {@link #builds()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information about the requested builds.
\n@param builds Information about the requested builds.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #builds(List)}\n",
"documentation" : "Information about the requested builds.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Builds property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuilds",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "builds",
"fluentSetterDocumentation" : "Information about the requested builds.
\n@param builds Information about the requested builds.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "builds",
"getterDocumentation" : "Information about the requested builds.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuilds()} to see if a value was sent in this field.\n
\n@return Information about the requested builds.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "builds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "builds",
"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" : "Build",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Build.Builder} avoiding the need to create one manually via {@link Build#builder()}.\n\nWhen the {@link Consumer} completes, {@link Build.Builder#build()} is called immediately and its result is passed to {@link #member(Build)}.\n@param member a consumer that will call methods on {@link Build.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Build)",
"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(Build)}\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" : "Build",
"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" : "Build",
"variableName" : "member",
"variableType" : "Build",
"documentation" : null,
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Build",
"variableName" : "member",
"variableType" : "Build",
"documentation" : "",
"simpleType" : "Build",
"variableSetterType" : "Build"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Build",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Build",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Builds",
"sensitive" : false,
"setterDocumentation" : "Information about the requested builds.
\n@param builds Information about the requested builds.",
"setterMethodName" : "setBuilds",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "builds",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "builds",
"variableType" : "java.util.List",
"documentation" : "Information about the requested builds.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getBuildsNotFound",
"beanStyleSetterMethodName" : "setBuildsNotFound",
"c2jName" : "buildsNotFound",
"c2jShape" : "BuildIds",
"defaultConsumerFluentSetterDocumentation" : "The IDs of builds for which information could not be found.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #buildsNotFound(List)}.\n@param buildsNotFound a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildsNotFound(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The IDs of builds for which information could not be found.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotFound()} to see if a value was sent in this field.\n
\n@return The IDs of builds for which information could not be found.\n@deprecated Use {@link #buildsNotFound()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The IDs of builds for which information could not be found.
\n@param buildsNotFound The IDs of builds for which information could not be found.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildsNotFound(List)}\n",
"documentation" : "The IDs of builds for which information could not be found.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildsNotFound property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildsNotFound",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildsNotFound",
"fluentSetterDocumentation" : "The IDs of builds for which information could not be found.
\n@param buildsNotFound The IDs of builds for which information could not be found.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildsNotFound",
"getterDocumentation" : "The IDs of builds for which information could not be found.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasBuildsNotFound()} to see if a value was sent in this field.\n
\n@return The IDs of builds for which information could not be found.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildsNotFound",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildsNotFound",
"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" : "NonEmptyString",
"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" : "BuildsNotFound",
"sensitive" : false,
"setterDocumentation" : "The IDs of builds for which information could not be found.
\n@param buildsNotFound The IDs of builds for which information could not be found.",
"setterMethodName" : "setBuildsNotFound",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotFound",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "buildsNotFound",
"variableType" : "java.util.List",
"documentation" : "