@Generated(value="software.amazon.awssdk:codegen") public final class GetBlobRequest extends CodeCommitRequest implements ToCopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>
Represents the input of a get blob operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBlobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
blobId()
The ID of the blob, which is its SHA-1 pointer.
|
static GetBlobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the repository that contains the blob.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBlobRequest.Builder> |
serializableBuilderClass() |
GetBlobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository that contains the blob.
public final String blobId()
The ID of the blob, which is its SHA-1 pointer.
public GetBlobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBlobRequest.Builder,GetBlobRequest>toBuilder in class CodeCommitRequestpublic static GetBlobRequest.Builder builder()
public static Class<? extends GetBlobRequest.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.