| Package | Description |
|---|---|
| software.amazon.awssdk.codegen.model.service | |
| software.amazon.awssdk.codegen.poet.rules |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterModel> |
EndpointRuleSetModel.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointRuleSetModel.setParameters(Map<String,ParameterModel> parameters) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ParameterModel> |
EndpointRulesSpecUtils.parameters() |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.javapoet.FieldSpec |
EndpointRulesSpecUtils.parameterBuilderFieldSpec(String name,
ParameterModel model)
Creates a builder-class level field for the given parameter initialized to its default value when present.
|
com.squareup.javapoet.MethodSpec |
EndpointRulesSpecUtils.parameterBuilderSetterMethod(com.squareup.javapoet.ClassName containingClass,
String name,
ParameterModel model)
Creates a builder-class method to set the given parameter.
|
com.squareup.javapoet.MethodSpec |
EndpointRulesSpecUtils.parameterBuilderSetterMethodDeclaration(com.squareup.javapoet.ClassName containingClass,
String name,
ParameterModel model)
Creates a builder-interface method to set the given parameter.
|
com.squareup.javapoet.MethodSpec |
EndpointRulesSpecUtils.parameterClassAccessorMethod(String name,
ParameterModel model)
Creates a data-class method to access the given parameter.
|
com.squareup.javapoet.FieldSpec |
EndpointRulesSpecUtils.parameterClassField(String name,
ParameterModel model)
Creates a data-class level field for the given parameter.
|
com.squareup.javapoet.MethodSpec |
EndpointRulesSpecUtils.parameterInterfaceAccessorMethod(String name,
ParameterModel model)
Creates a data-interface method to access the given parameter.
|
com.squareup.javapoet.TypeName |
EndpointRulesSpecUtils.parameterType(ParameterModel param) |
Copyright © 2023. All rights reserved.