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 class
OperationContextParamDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationContextParamDefinition.Builder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getPath()
int
hashCode()
OperationContextParamDefinition.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 OperationContextParamDefinition.Builder builder()
-
getPath
public java.lang.String getPath()
-
toBuilder
public OperationContextParamDefinition.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<OperationContextParamDefinition>
- 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
-
-