Package software.amazon.smithy.waiters
Class Matcher.ErrorTypeMember
java.lang.Object
software.amazon.smithy.waiters.Matcher<String>
software.amazon.smithy.waiters.Matcher.ErrorTypeMember
- All Implemented Interfaces:
 ToNode
Matches if an operation returns an error, and the error matches the
 expected error type.
- 
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 - 
Method Summary
Modifier and TypeMethodDescription<U> Uaccept(Matcher.Visitor<U> visitor) Visits the Matcher union type.Gets the member name of the matcher.getValue()Gets the value of the set matcher variant.toNode()Converts a value to aNode. 
- 
Constructor Details
- 
ErrorTypeMember
 
 - 
 - 
Method Details
- 
getMemberName
Description copied from class:MatcherGets the member name of the matcher.- Specified by:
 getMemberNamein classMatcher<String>- Returns:
 - Returns the set member name.
 
 - 
getValue
Description copied from class:MatcherGets the value of the set matcher variant. - 
toNode
Description copied from interface:ToNodeConverts a value to aNode.- Returns:
 - Returns the creates Node.
 
 - 
accept
Description copied from class:MatcherVisits the Matcher union type. 
 -