Class OperationContextParamDefinition
- java.lang.Object
-
- software.amazon.smithy.rulesengine.traits.OperationContextParamDefinition
-
- All Implemented Interfaces:
ToSmithyBuilder<OperationContextParamDefinition>
public final class OperationContextParamDefinition extends java.lang.Object implements ToSmithyBuilder<OperationContextParamDefinition>
An operation context parameter definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationContextParamDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationContextParamDefinition.Builderbuilder()booleanequals(java.lang.Object o)java.lang.StringgetPath()inthashCode()OperationContextParamDefinition.BuildertoBuilder()Take this object and create a builder that contains all of the current property values of this object.
-
-
-
Method Detail
-
builder
public static OperationContextParamDefinition.Builder builder()
-
getPath
public java.lang.String getPath()
-
toBuilder
public OperationContextParamDefinition.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<OperationContextParamDefinition>- 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
-
-