Class ServiceResolvedConditionKeysTrait
java.lang.Object
software.amazon.smithy.model.traits.AbstractTrait
software.amazon.smithy.model.traits.StringListTrait
software.amazon.smithy.aws.iam.traits.ServiceResolvedConditionKeysTrait
- All Implemented Interfaces:
FromSourceLocation
,ToNode
,ToShapeId
,Trait
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.smithy.model.traits.StringListTrait
StringListTrait.Builder<TRAIT extends StringListTrait,
BUILDER extends StringListTrait.Builder>, StringListTrait.StringListTraitConstructor<T extends StringListTrait> -
Field Summary
-
Constructor Summary
ConstructorDescriptionServiceResolvedConditionKeysTrait
(List<String> conditionKeys) ServiceResolvedConditionKeysTrait
(List<String> conditionKeys, FromSourceLocation sourceLocation) -
Method Summary
Methods inherited from class software.amazon.smithy.model.traits.StringListTrait
createNode, getValues
Methods inherited from class software.amazon.smithy.model.traits.AbstractTrait
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.smithy.model.traits.Trait
isSynthetic
-
Field Details
-
ID
-
-
Constructor Details
-
ServiceResolvedConditionKeysTrait
-
ServiceResolvedConditionKeysTrait
public ServiceResolvedConditionKeysTrait(List<String> conditionKeys, FromSourceLocation sourceLocation)
-