github.com/aws/aws-sdk-go-v2/service/s3.GetObjectInput.IfMatch (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObject.go#L198: 	IfMatch *string
		serializers.go#L3344: 	if v.IfMatch != nil && len(*v.IfMatch) > 0 {
		serializers.go#L3346: 		encoder.SetHeader(locationName).String(*v.IfMatch)