Class RemoveDeprecatedShapes.Config
java.lang.Object
software.amazon.smithy.build.transforms.RemoveDeprecatedShapes.Config
- Enclosing class:
- RemoveDeprecatedShapes
RemoveDeprecatedShapes
configuration settings.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the date used to filter deprecated shapes.Gets the version used to filter deprecated shapes.void
setRelativeDate
(String relativeDate) Sets the date used to filter deprecated shapes.void
setRelativeVersion
(String relativeVersion) Sets the version used to filter deprecated shapes.
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getRelativeDate
Gets the date used to filter deprecated shapes.- Returns:
- The date used to filter deprecated shapes.
-
setRelativeDate
Sets the date used to filter deprecated shapes.- Parameters:
relativeDate
- The date used to filter deprecated shapes.
-
getRelativeVersion
Gets the version used to filter deprecated shapes.- Returns:
- The version used to filter deprecated shapes.
-
setRelativeVersion
Sets the version used to filter deprecated shapes.- Parameters:
relativeVersion
- The version used to filter deprecated shapes.
-