@Generated(value="software.amazon.awssdk:codegen") public final class ListSourceRepositoryBranchesRequest extends CodeCatalystRequest implements ToCopyableBuilder<ListSourceRepositoryBranchesRequest.Builder,ListSourceRepositoryBranchesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSourceRepositoryBranchesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSourceRepositoryBranchesRequest.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 ListSourceRepositoryBranchesRequest.Builder> |
serializableBuilderClass() |
String |
sourceRepositoryName()
The name of the source repository.
|
String |
spaceName()
The name of the space.
|
ListSourceRepositoryBranchesRequest.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 sourceRepositoryName()
The name of the source repository.
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 ListSourceRepositoryBranchesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSourceRepositoryBranchesRequest.Builder,ListSourceRepositoryBranchesRequest>toBuilder in class CodeCatalystRequestpublic static ListSourceRepositoryBranchesRequest.Builder builder()
public static Class<? extends ListSourceRepositoryBranchesRequest.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.