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 class
StaticContextParamDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StaticContextParamDefinition.Builder
builder()
boolean
equals(java.lang.Object o)
Node
getValue()
int
hashCode()
StaticContextParamDefinition.Builder
toBuilder()
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:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<StaticContextParamDefinition>
- Returns:
- a builder for type T
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-