public final class IamResourceTrait extends AbstractTrait implements ToSmithyBuilder<IamResourceTrait>
| Modifier and Type | Class and Description |
|---|---|
static class |
IamResourceTrait.Builder |
static class |
IamResourceTrait.Provider |
| Modifier and Type | Field and Description |
|---|---|
static ShapeId |
ID |
java.lang.String |
name |
| Modifier and Type | Method and Description |
|---|---|
static IamResourceTrait.Builder |
builder() |
protected Node |
createNode()
The result of toNode is used for hashCodes and equality.
|
java.util.Optional<java.lang.String> |
getName()
Get the AWS IAM resource name.
|
SmithyBuilder<IamResourceTrait> |
toBuilder()
Take this object and create a builder that contains all of the
current property values of this object.
|
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitflatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteNamepublic static final ShapeId ID
public final java.lang.String name
public java.util.Optional<java.lang.String> getName()
public static IamResourceTrait.Builder builder()
protected Node createNode()
AbstractTraitcreateNode in class AbstractTraitpublic SmithyBuilder<IamResourceTrait> toBuilder()
ToSmithyBuildertoBuilder in interface ToSmithyBuilder<IamResourceTrait>