@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetCommitsError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetCommitsError.Builder,BatchGetCommitsError>
Returns information about errors in a BatchGetCommits operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetCommitsError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetCommitsError.Builder |
builder() |
String |
commitId()
A commit ID that either could not be found or was not in a valid format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
An error code that specifies whether the commit ID was not valid or not found.
|
String |
errorMessage()
An error message that provides detail about why the commit ID either was not found or was not valid.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetCommitsError.Builder> |
serializableBuilderClass() |
BatchGetCommitsError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String commitId()
A commit ID that either could not be found or was not in a valid format.
public String errorCode()
An error code that specifies whether the commit ID was not valid or not found.
public String errorMessage()
An error message that provides detail about why the commit ID either was not found or was not valid.
public BatchGetCommitsError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetCommitsError.Builder,BatchGetCommitsError>public static BatchGetCommitsError.Builder builder()
public static Class<? extends BatchGetCommitsError.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.