Class AuthorizerModel
java.lang.Object
software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
software.amazon.awssdk.codegen.model.intermediate.AuthorizerModel
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizerModel
(String name, String interfaceName, Location authTokenLocation, String tokenName) -
Method Summary
Methods inherited from class software.amazon.awssdk.codegen.model.intermediate.DocumentationModel
getDocumentation, setDocumentation
-
Constructor Details
-
AuthorizerModel
-
-
Method Details
-
getName
-
hasTokenPlacement
public boolean hasTokenPlacement() -
getTokenName
-
getInterfaceName
-
getAuthTokenLocation
-
getAddAuthTokenMethod
-
equals
- Overrides:
equals
in classDocumentationModel
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDocumentationModel
-