public abstract class SetSecretVersionRequestV2 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SetSecretVersionRequestV2.Builder |
Modifier and Type | Method and Description |
---|---|
static SetSecretVersionRequestV2.Builder |
builder() |
static SetSecretVersionRequestV2 |
fromParts(String name,
long version)
Static factory method used by Jackson for deserialization
|
abstract String |
name() |
String |
toString() |
abstract long |
version() |
public static SetSecretVersionRequestV2.Builder builder()
public static SetSecretVersionRequestV2 fromParts(String name, long version)
public abstract String name()
public abstract long version()
Copyright © 2018 Walmart, Inc.. All rights reserved.