Class StaticContextParamDefinition
- java.lang.Object
-
- software.amazon.smithy.rulesengine.traits.StaticContextParamDefinition
-
- All Implemented Interfaces:
ToSmithyBuilder<StaticContextParamDefinition>
public final class StaticContextParamDefinition extends java.lang.Object implements ToSmithyBuilder<StaticContextParamDefinition>
An operation static context parameter definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStaticContextParamDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StaticContextParamDefinition.Builderbuilder()booleanequals(java.lang.Object o)NodegetValue()inthashCode()StaticContextParamDefinition.BuildertoBuilder()Take this object and create a builder that contains all of the current property values of this object.
-
-
-
Method Detail
-
builder
public static StaticContextParamDefinition.Builder builder()
-
getValue
public Node getValue()
-
toBuilder
public StaticContextParamDefinition.Builder toBuilder()
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToSmithyBuilder<StaticContextParamDefinition>- Returns:
- a builder for type T
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-