ToCopyableBuilder<GetBranchResponse.Builder,GetBranchResponse>@Generated("software.amazon.awssdk:codegen") public class GetBranchResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBranchResponse.Builder,GetBranchResponse>
Represents the output of a get branch operation.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetBranchResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
BranchInfo |
branch() |
The name of the branch.
|
static GetBranchResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetBranchResponse.Builder> |
serializableBuilderClass() |
|
GetBranchResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic BranchInfo branch()
The name of the branch.
public GetBranchResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetBranchResponse.Builder,GetBranchResponse>public static GetBranchResponse.Builder builder()
public static Class<? extends GetBranchResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.