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