@Generated(value="software.amazon.smithy.crt.java.StructureGenerator") public class ObjectLockConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ObjectLockConfiguration.Builder |
protected static class |
ObjectLockConfiguration.BuilderImpl |
Modifier | Constructor and Description |
---|---|
protected |
ObjectLockConfiguration(ObjectLockConfiguration.BuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
static ObjectLockConfiguration.Builder |
builder() |
boolean |
equals(Object rhs) |
int |
hashCode() |
ObjectLockEnabled |
objectLockEnabled() |
ObjectLockRule |
rule() |
ObjectLockConfiguration.Builder |
toBuilder() |
protected ObjectLockConfiguration(ObjectLockConfiguration.BuilderImpl builder)
public ObjectLockConfiguration.Builder toBuilder()
public static ObjectLockConfiguration.Builder builder()
public ObjectLockEnabled objectLockEnabled()
public ObjectLockRule rule()
Copyright © 2021. All rights reserved.