@Generated(value="software.amazon.awssdk:codegen") public final class ListBuildBatchesRequest extends CodeBuildRequest implements ToCopyableBuilder<ListBuildBatchesRequest.Builder,ListBuildBatchesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBuildBatchesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListBuildBatchesRequest.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 ListBuildBatches. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBuildBatchesRequest.Builder> |
serializableBuilderClass() |
SortOrderType |
sortOrder()
Specifies the sort order of the returned items.
|
String |
sortOrderAsString()
Specifies the sort order of the returned items.
|
ListBuildBatchesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ListBuildBatches. 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 ListBuildBatches. This
specifies the next item to return. To return the beginning of the list, exclude this parameter.public ListBuildBatchesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBuildBatchesRequest.Builder,ListBuildBatchesRequest>toBuilder in class CodeBuildRequestpublic static ListBuildBatchesRequest.Builder builder()
public static Class<? extends ListBuildBatchesRequest.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 © 2021. All rights reserved.