Package software.amazon.smithy.waiters
Class Matcher.OutputMember
- java.lang.Object
-
- software.amazon.smithy.waiters.Matcher<PathMatcher>
-
- software.amazon.smithy.waiters.Matcher.OutputMember
-
- All Implemented Interfaces:
ToNode
public static final class Matcher.OutputMember extends Matcher<PathMatcher>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.smithy.waiters.Matcher
Matcher.ErrorTypeMember, Matcher.InputOutputMember, Matcher.OutputMember, Matcher.SuccessMember, Matcher.UnknownMember, Matcher.Visitor<T>
-
-
Constructor Summary
Constructors Constructor Description OutputMember(PathMatcher value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> U
accept(Matcher.Visitor<U> visitor)
Visits the Matcher union type.
-
-
-
Constructor Detail
-
OutputMember
public OutputMember(PathMatcher value)
-
-
Method Detail
-
accept
public <U> U accept(Matcher.Visitor<U> visitor)
Description copied from class:Matcher
Visits the Matcher union type.- Specified by:
accept
in classMatcher<PathMatcher>
- Type Parameters:
U
- The type returned by the visitor.- Parameters:
visitor
- Visitor to apply.- Returns:
- Returns the return value of the visitor.
-
-