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 ListBuildBatches operation. Retrieves the identifiers of your build batches in the current region.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListBuildBatchesRequest : AmazonCodeBuildRequest
         IAmazonWebServiceRequest

The ListBuildBatchesRequest type exposes the following members

Constructors

NameDescription
Public Method ListBuildBatchesRequest()

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 ListBuildBatches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

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