public class GetBranchKeyVersionInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBranchKeyVersionInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
GetBranchKeyVersionInput(software.amazon.cryptography.keystore.model.GetBranchKeyVersionInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
branchKeyIdentifier() |
java.lang.String |
branchKeyVersion() |
static GetBranchKeyVersionInput.Builder |
builder() |
GetBranchKeyVersionInput.Builder |
toBuilder() |
protected GetBranchKeyVersionInput(software.amazon.cryptography.keystore.model.GetBranchKeyVersionInput.BuilderImpl builder)
public java.lang.String branchKeyIdentifier()
public java.lang.String branchKeyVersion()
public GetBranchKeyVersionInput.Builder toBuilder()
public static GetBranchKeyVersionInput.Builder builder()