AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListBuildBatchesForProject operation. Retrieves the identifiers of the build batches for a specific project.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeBuild.AmazonCodeBuildRequest
      Amazon.CodeBuild.Model.ListBuildBatchesForProjectRequest

Namespace: Amazon.CodeBuild.Model
Assembly: AWSSDK.CodeBuild.dll
Version: 3.x.y.z

Syntax

C#
public class ListBuildBatchesForProjectRequest : AmazonCodeBuildRequest
         IAmazonWebServiceRequest

The ListBuildBatchesForProjectRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filter Amazon.CodeBuild.Model.BuildBatchFilter

Gets and sets the property Filter.

A BuildBatchFilter object that specifies the filters for the search.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return.

Public Property NextToken System.String

Gets and sets the property NextToken.

The nextToken value returned from a previous call to ListBuildBatchesForProject. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

Public Property ProjectName System.String

Gets and sets the property ProjectName.

The name of the project.

Public Property SortOrder Amazon.CodeBuild.SortOrderType

Gets and sets the property SortOrder.

Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.

  • DESCENDING: List the batch build identifiers in descending order by identifier.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5