@Generated(value="software.amazon.awssdk:codegen") public final class ListBuildBatchesForProjectRequest extends CodeBuildRequest implements ToCopyableBuilder<ListBuildBatchesForProjectRequest.Builder,ListBuildBatchesForProjectRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBuildBatchesForProjectRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBuildBatchesForProjectRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BuildBatchFilter |
filter()
A
BuildBatchFilter object that specifies the filters for the search. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
The
nextToken value returned from a previous call to ListBuildBatchesForProject. |
String |
projectName()
The name of the project.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBuildBatchesForProjectRequest.Builder> |
serializableBuilderClass() |
SortOrderType |
sortOrder()
Specifies the sort order of the returned items.
|
String |
sortOrderAsString()
Specifies the sort order of the returned items.
|
ListBuildBatchesForProjectRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectName()
The name of the project.
public final BuildBatchFilter filter()
A BuildBatchFilter object that specifies the filters for the search.
BuildBatchFilter object that specifies the filters for the search.public final Integer maxResults()
The maximum number of results to return.
public final SortOrderType 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.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
ASCENDING: List the batch build identifiers in ascending order by identifier.
DESCENDING: List the batch build identifiers in descending order by identifier.
SortOrderTypepublic final String sortOrderAsString()
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.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
ASCENDING: List the batch build identifiers in ascending order by identifier.
DESCENDING: List the batch build identifiers in descending order by identifier.
SortOrderTypepublic final String 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.
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 ListBuildBatchesForProjectRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBuildBatchesForProjectRequest.Builder,ListBuildBatchesForProjectRequest>toBuilder in class CodeBuildRequestpublic static ListBuildBatchesForProjectRequest.Builder builder()
public static Class<? extends ListBuildBatchesForProjectRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.