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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
flatMapStream, getIdiomaticTraitName, getIdiomaticTraitName, isSynthetic, makeAbsoluteName, makeAbsoluteName
public 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()
AbstractTrait
createNode
in class AbstractTrait
public SmithyBuilder<IamResourceTrait> toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<IamResourceTrait>