@Generated(value="software.amazon.awssdk:codegen") public final class ListBranchesResponse extends AmplifyResponse implements ToCopyableBuilder<ListBranchesResponse.Builder,ListBranchesResponse>
Result structure for list branches request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBranchesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Branch> |
branches()
List of branches for an Amplify App.
|
static ListBranchesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
Pagination token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBranchesResponse.Builder> |
serializableBuilderClass() |
ListBranchesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Branch> branches()
List of branches for an Amplify App.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
public ListBranchesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBranchesResponse.Builder,ListBranchesResponse>toBuilder in class AwsResponsepublic static ListBranchesResponse.Builder builder()
public static Class<? extends ListBranchesResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.