/* Options: Date: 2025-12-10 04:42:59 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: AwsS3KeyLowerCaseRequest.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/awss3-key-lowercase", Verbs="Post") public static class AwsS3KeyLowerCaseRequest { public String rootPath = null; public String getRootPath() { return rootPath; } public AwsS3KeyLowerCaseRequest setRootPath(String value) { this.rootPath = value; return this; } } }