@Generated(value="software.amazon.awssdk:codegen") public final class ListSourceRepositoriesRequest extends CodeCatalystRequest implements ToCopyableBuilder<ListSourceRepositoriesRequest.Builder,ListSourceRepositoriesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSourceRepositoriesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSourceRepositoriesRequest.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 results to show in a single call to this API.
|
String |
nextToken()
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
String |
projectName()
The name of the project in the space.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSourceRepositoriesRequest.Builder> |
serializableBuilderClass() |
String |
spaceName()
The name of the space.
|
ListSourceRepositoriesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spaceName()
The name of the space.
public final String projectName()
The name of the project in the space.
public final String nextToken()
A token returned from a call to this API to indicate the next batch of results to return, if any.
public final Integer maxResults()
The maximum number of results to show in a single call to this API. If the number of results is larger than the
number you specified, the response will include a NextToken element, which you can use to obtain
additional results.
NextToken element, which you can
use to obtain additional results.public ListSourceRepositoriesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSourceRepositoriesRequest.Builder,ListSourceRepositoriesRequest>toBuilder in class CodeCatalystRequestpublic static ListSourceRepositoriesRequest.Builder builder()
public static Class<? extends ListSourceRepositoriesRequest.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 © 2022. All rights reserved.