Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
@Generated("software.amazon.awssdk:codegen") public class GetBranchRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
Represents the input of a get branch operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBranchRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
branchName() |
The name of the branch for which you want to retrieve information.
|
static GetBranchRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
repositoryName() |
The name of the repository that contains the branch for which you want to retrieve information.
|
static Class<? extends GetBranchRequest.Builder> |
serializableBuilderClass() |
|
GetBranchRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String repositoryName()
The name of the repository that contains the branch for which you want to retrieve information.
public String branchName()
The name of the branch for which you want to retrieve information.
public GetBranchRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
public static GetBranchRequest.Builder builder()
public static Class<? extends GetBranchRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.