Class RegistryInfo
java.lang.Object
software.amazon.awssdk.codegen.poet.rules.bdd.RegistryInfo
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryInfo(String name, RuleSetExpression ruleSetExpression) RegistryInfo(String name, RuleType ruleType, String paramKey) RegistryInfo(String name, RuleType ruleType, RuleSetExpression ruleSetExpression, boolean nullable, String nonRegionParamKey) -
Method Summary
-
Constructor Details
-
RegistryInfo
public RegistryInfo(String name, RuleType ruleType, RuleSetExpression ruleSetExpression, boolean nullable, String nonRegionParamKey) -
RegistryInfo
-
RegistryInfo
-
-
Method Details
-
getName
-
getRuleType
-
setRuleType
-
getRuleSetExpression
-
isNullable
public boolean isNullable() -
getNonRegionParamKey
-
isNonRegionParam
public boolean isNonRegionParam()
-