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 ClassesNested 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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServiceResolvedConditionKeysTrait(List<String> conditionKeys) ServiceResolvedConditionKeysTrait(List<String> conditionKeys, FromSourceLocation sourceLocation) -
Method Summary
Methods inherited from class software.amazon.smithy.model.traits.StringListTrait
createNode, getValuesMethods inherited from class software.amazon.smithy.model.traits.AbstractTrait
equals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.smithy.model.traits.Trait
isSynthetic
-
Field Details
-
ID
-
-
Constructor Details
-
ServiceResolvedConditionKeysTrait
-
ServiceResolvedConditionKeysTrait
public ServiceResolvedConditionKeysTrait(List<String> conditionKeys, FromSourceLocation sourceLocation)
-