type Config struct {
MaxRecords int `json:"maxRecords" pflag:",Maximum number of records to retrieve."`
BatchSize int `json:"batchSize" pflag:",Maximum number of records to retrieve per call."`
}
GetPFlagSet will return strongly types pflags for all fields in Config and its nested types. The format of the
flags is json-name.json-sub-name... etc.