@Generated(value="software.amazon.awssdk:codegen") public final class ListReportGroupsRequest extends CodeBuildRequest implements ToCopyableBuilder<ListReportGroupsRequest.Builder,ListReportGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReportGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReportGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of paginated report groups returned per response.
|
String |
nextToken()
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReportGroupsRequest.Builder> |
serializableBuilderClass() |
ReportGroupSortByType |
sortBy()
The criterion to be used to list build report groups.
|
String |
sortByAsString()
The criterion to be used to list build report groups.
|
SortOrderType |
sortOrder()
Used to specify the order to sort the list of returned report groups.
|
String |
sortOrderAsString()
Used to specify the order to sort the list of returned report groups.
|
ListReportGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SortOrderType sortOrder()
Used to specify the order to sort the list of returned report groups. Valid values are ASCENDING and
DESCENDING.
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 and DESCENDING.SortOrderTypepublic final String sortOrderAsString()
Used to specify the order to sort the list of returned report groups. Valid values are ASCENDING and
DESCENDING.
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 and DESCENDING.SortOrderTypepublic final ReportGroupSortByType sortBy()
The criterion to be used to list build report groups. Valid values include:
CREATED_TIME: List based on when each report group was created.
LAST_MODIFIED_TIME: List based on when each report group was last changed.
NAME: List based on each report group's name.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ReportGroupSortByType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
CREATED_TIME: List based on when each report group was created.
LAST_MODIFIED_TIME: List based on when each report group was last changed.
NAME: List based on each report group's name.
ReportGroupSortByTypepublic final String sortByAsString()
The criterion to be used to list build report groups. Valid values include:
CREATED_TIME: List based on when each report group was created.
LAST_MODIFIED_TIME: List based on when each report group was last changed.
NAME: List based on each report group's name.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return ReportGroupSortByType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortByAsString().
CREATED_TIME: List based on when each report group was created.
LAST_MODIFIED_TIME: List based on when each report group was last changed.
NAME: List based on each report group's name.
ReportGroupSortByTypepublic final String nextToken()
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
maxResults. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public final Integer maxResults()
The maximum number of paginated report groups returned per response. Use nextToken to iterate pages
in the list of returned ReportGroup objects. The default value is 100.
nextToken to
iterate pages in the list of returned ReportGroup objects. The default value is 100.public ListReportGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReportGroupsRequest.Builder,ListReportGroupsRequest>toBuilder in class CodeBuildRequestpublic static ListReportGroupsRequest.Builder builder()
public static Class<? extends ListReportGroupsRequest.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.